Apple Developer Enterprise Program some questions

Enrolling Apple Developer Enterprise Program, I would like to know:

1) if there is a limit on the number of devices in which I can install my application


2) the installation on the device as it happens? With a link to a file .API I decide?

I have to have all the UDID of employees in my company?


3) my app must be authorized by Apple?


Thanks in advance

1) No limit, but they have to be devices your organization controls.

2) You do not need UDIDs. The app can be distributed using an MDM environment or via your own web server. If you use a web server, it is up to you to make sure only your authorized users can install the apps from it.

3) Your app does not have to be authorized by Apple.

Thanks for the reply.

Could you explain me better:

No limit, but they have to be devices your organization controls


Thanks!

The Enterprise License Agreement indicates the devices must be:

Owned or controlled by your company;

or

Owned or controlled by your employees or permitted users, but only if you have the ability to remove or disable your app(s).

Ah ok!

UserName and Password is a good way?

Possibly, but consider how to handle situations when (if) they need to use your app when they don't have a Wi-Fi or Cellular Data connection.

Ok, many thanks!

Hi guywithmazda


Do you ever meet messsage "Can not connect to server" while trying to download install ipa on ipad?

If yes, do you know why this message occured?


Thank

Yes, I do remember getting that message when I was first trying to get everything set up correctly, but I don't remember exactly what caused it. I know the device needs to be have internet access, because it checks with Apple's servers to verify the distribution profile, etc. Also, the device makes 3 requests to your web server: a GET request for the .plist file, a HEAD request for the .ipa file, and a GET request for the .ipa file. All 3 need to be allowed.

A little more info on whether the app needs to be authorized by Apple. You do not need to submit the app to Apple. However, according to the License agreement, you are still supposed to follow all Human Interface Guidelines, App Store Review Guidelines, not use private APIs, disclose to users if you are collecting any data, etc. And Apple reserves the right to review your app at any time if they choose to.

Dear guywithmazda

Thank for your answer.

It works now after check my webserver again.

I miss adding Mime Type Settings to my web server.

Regard

Hi,

  1. Lets say I have my App published under Apple Enterprise Account. Will it undergo review process, how long does it take if needed?

  2. Does MDM or any other apple business manager needed?

Apple Developer Enterprise Program some questions
 
 
Q