Is there any limitation to distribution of apps in iOS enterprise program?

后端 未结 2 1470
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 10:35

I know in iOS developer program, a developer can use an ad hoc distribution profile to build an app, and this app is for testing purpose and can be installed on up to 100 de

相关标签:
2条回答
  • 2020-12-08 11:29

    Beginning iOS 9, another important consideration is on first install Apple prompts you with an 'Untrusted Enterprise Developer' prompt. This requires you to go to Settings: General > Profiles and select 'Trust X' for the correct profile.

    Not a show stopper. However, an important consideration if you need to do a large distribution as testers need to be informed.

    0 讨论(0)
  • 2020-12-08 11:30

    There is no limitation on how many devices you can install the enterprise app. All you need is properly configured provisioning profile and signing identity and the UDID in the provisioning profile. I do believe you can distribute ad-hoc similarly as with normal iOS developer account, even easier.

    There is much information available on StackOverflow already:

    • IOS Enterprise Distribution Through OTA
    • Enterprise distribution of iOS applications
    • iOS Developer Enterprise Program
    • iOS Enterprise Deployment / Expiration
    • iOS enterprise account for distribution
    • iOS Enterprise Developer Program
    • Deploying ios apps wirelessly .Enterprise apps

    And many more: https://stackoverflow.com/search?q=ios+enterprise

    Please read through those first and you will get most of the information you need.

    0 讨论(0)
提交回复
热议问题