Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload MDM App to app store like ourpact app

Tags:

ios

app-store

mdm

I am developing app like ourpact. https://itunes.apple.com/in/app/parental-control-kid-tracker/id954029412?mt=8

For any MDM app we will require enterprise account to set up MDM. So how could we upload app to app store ? Because enterprise account doesn’t allow us to upload app to app store. So how ourpact app uploaded to app store with MDM configuration? Is apple giving any special gateway for this kind of app?

like image 603
Amrit Trivedi Avatar asked Nov 07 '22 04:11

Amrit Trivedi


1 Answers

You will need both an enterprise membership (to generate the MDM key) and a company membership (to generate your App Store app).

The enterprise account is used to generate a key that is used by your MDM to sign management profiles. The corporate membership is used to create an app that connects to your MDM to request and install management profiles.

There is no need to "merge" the products.

The relationship between the two is simply your app connecting to the hostname of your MDM server.

like image 121
Paulw11 Avatar answered Nov 14 '22 21:11

Paulw11