Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: difference between MDM and Over-the-Air Profile Delivery and Configuration

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?

like image 1000
Rui Avatar asked Nov 16 '25 17:11

Rui


2 Answers

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,

  1. Using IPCU
  2. Email
  3. Making profile available in web location
like image 193
vetti Avatar answered Nov 19 '25 09:11

vetti


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.
like image 25
user4929612 Avatar answered Nov 19 '25 07:11

user4929612



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!