Sameer
Sameer

Reputation: 89

Documents for MDM Integration in iPhone

Can any one help me out how to do MDM Integration in iPhone from client prespective without using APN. Because I want to do an enterprise application which need to list all the installed apps in iPhone and also should allow the user to delete some apps from current application.

Upvotes: 1

Views: 1582

Answers (1)

Alan Zeino
Alan Zeino

Reputation: 4396

  1. You need to have an enterprise developer account to get the documents. If you can't get an enterprise account, you can't get the documents.
  2. Apple has only given the iOS MDM documents to a select few enterprise developers around the world. You won't get access to them unless you can prove to Apple your business is in the field of Device Management and/or Mobility.
  3. MDM uses apns. You have to use apns.
  4. You can't get an application list without MDM.
  5. You can't delete applications from inside an app.
  6. You're not going to get the documents from Apple.

Upvotes: 9

Related Questions