I'm looking for solutions for device management on iOS universe and I've found two approaches: Mobile Device Management (http://www.apple.com/ipad/business/it-center/deployment-mdm.html) and Over-the-Air Profile Delivery and Configuration (http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/Introduction/Introduction.html). However, I can't seem to find a difference between both approaches or if, in practice, both are the same. Can someone clarify this topic?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Mobile Device Management is a broader term which includes configuration management, application management etc. Whereas OTA deployment is a mechanism on how the configuration profile is being send down to the device. The alternatives for OTA profile delivery are,
- Using IPCU
- Making profile available in web location
回答2:
Over-the-Air Profile Delivery is used to deliver a configuration profile on an iOS device. While MDM uses that mechanism to deliver its initial (MDM configuration) payload, the resemblance ends there. MDM can deliver configuration profiles as well, but it can do A LOT more.
For instance:
- removing profiles
- installing and removing applications
- locking/wiping the device
- etc.