2
votes

I've started to develop a MDM service for iOS devices. So far I have the enrollment working. And I can send some simple commands (Such as DeviceLock, UnlockDevice, DeviceInformation). That works fine.

But now I want to install profiles (I guess). I want to set WIFI, APN, et cetera settings.

I've gotten some idea how the mobileconfig plist should look like from the iPhone configuration Utility.

But I haven't found any site with documentation for all the settings.

For one example, how do I set the MMS-APN and the tethering APN?

And also, with the MDM settings command, I can turn on and off DataRoaming, but I can't find any other keys that I can play with. Some suggestions?

2

2 Answers

5
votes

Generally speaking, there are several key documents:

Configuration profile reference

MDM documentation

I believe they describe all publicly available options.

1
votes

The details description about Configuration profiles are is available under this link.