Questions tagged [configuration-profile]

A file used for distributing device configuration to iOS and OS X devices.

A configuration profile is an XML file in plist format used for distributing device configuration to iOS and OS X devices. It can include settings for features such as Wi-Fi, VPN, or email servers. It can also specify restrictions on device features such as in-app purchases or explicit content.

Configuration Profile Reference

31 questions
1
vote
1 answer

Ios .mobileconfig how to make it verified

I am struggling with ios configuration profiles. We need to apply some settings to all our company ios devices. I've created .mobileconfig file using apple configurator tool. When I am trying to install profile via our webserver, the profile appears…
StringBuilder
  • 1,619
  • 4
  • 32
  • 52
1
vote
2 answers

iPhone Configuration Profile encryption

I have a configuration profile with MDM payload and Wifi payload. I have few questions in my mind What is the difference between Identification Payload and Profile Removal Password Payload. I know that the second one is prompted if the user wants…
Anand
  • 693
  • 1
  • 8
  • 26
1
vote
0 answers

IOS 7 MDM Applock Issue

Hi i am facing a issue while installing IOS 7 MDM Applock payload. The profile is not showing install option on the device . I followed Apple Configuration reference document but no use. I checked with following url aslo but it is also not showing…
rajaramesh
  • 161
  • 1
  • 11
1
vote
1 answer

iOS Mobile Config invalid

I'm trying to install a mobileconfig file that just block the home button but I have an error : "Invalid profile". I'm on iOS 7. Here's my xml mobileconfig based on official documentation:
Pete
  • 314
  • 4
  • 16
0
votes
1 answer

Access an iOS configuration profile from React Native?

I have a React Native application running on my iPhone and I would like to change the app configuration (targeting another environment) when a specific configuration profile is installed. How can I read/access an iOS configuration profile from a…
ZedTuX
  • 2,859
  • 3
  • 28
  • 58
0
votes
1 answer

Configuration profiles in Universal Windows Platform and Android

I've read that the Apple devices are managed by Mobile Device Management (MDM) servers using configuration profiles saved on the device. I also read somewhere that Android devices do not have a configuration profile. Then what is the alternate used…
0
votes
2 answers

iOS Configuration Profile VPN on demand working on iOS8 but not on iOS9 dev beta

I have an iOS Configuration Profile with IPSec VPN configured on it. The OnDemand option works great on iOS8. When testing the profile on iOS9 (getting it ready for the upcoming release) I have encountered an issue with the OnDemand configuration.…
ChicoDelaBarrio
  • 171
  • 2
  • 11
0
votes
0 answers

iOS configuration profile for ad-hoc/Devices wifi network issue

I've been researching this issue for quite a while now without making any progress. I was trying to create a wifi configuration profile, using the Apple configurator tool, to enable iOS devices to auto-join or remember my custom ad-hoc network. I…
0
votes
1 answer

Wi-Fi profile installation became slow in iOS8

I am having an issue with the installation of WiFi configuration profiles after updating to iOS8. With iOS7 the installation of a WiFi profile (with 20 WiFi networks) just takes 2 or 3 seconds, but using iOS8 the installation of the same WiFi…
Josu Garcia de Albizu
  • 1,128
  • 2
  • 12
  • 22
0
votes
1 answer

Configuration Profiles - iOS

With the encoded plist file from the MDM Vendor,I have created two Push Certificate so that I do have two unique topic for my configuration profile. With this I create two configuration profile (.mobileconfig) with Wi-Fi payload. In each profile I…
Anand
  • 693
  • 1
  • 8
  • 26
0
votes
1 answer

Push Configuration Profile OTA

I have setted up a MDM server which could push apps to the user over the air. But the serious issue I am facing is that the number of people enrolled is only about 50%. I like to push the configuration profile into the mobile, once the user connect…
Anand
  • 693
  • 1
  • 8
  • 26
0
votes
1 answer

Deploying iPhone Configuration Profile

I developed a MDM setup where I could able to push apps into the iOS devices. My main bottleneck here is giving the URL to the user via e-mail and asking them to install configuration profile. I want to automate this process. At once the user login…
Anand
  • 693
  • 1
  • 8
  • 26
0
votes
1 answer

Single app mode in my iOS application

I want to implement Single app mode in my iOS application through coding. For this I am doing the following steps: I am supervising my device through apple configurator and using config profile generated by configurator itself. I have selected the…
vicky
  • 21
  • 1
  • 5
0
votes
2 answers

Automation of iOS configuration profile push

I have successfully set up a Mac mini server on the web with a static IP address and all to push configuration profiles to enrolled iOS devices using the Profile Manager. However, the use of profile manager uses a web interface which means that it…
wakaka
  • 533
  • 1
  • 7
  • 21
0
votes
1 answer

Is the order of payload installation undefined?

Configuration profiles could be installed on iOS (through iPCU, MDM, web an so on). Each configuration profile may have multiple payloads. Based on the the documentation, PayloadContent is an array of payloads. I wonder, whether the order of…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184