简体   繁体   中英

How can we distribute iOS build using Enterprise Account?

How can we distribute iOS build, which is built by using Enterprise Account? Is there any possible to distribute via testflight account? Any help much appreciate.

Thanks!

There's a couple of different ways to do this. Once you've got a .ipa file for the app, you can:

  1. Distribute via iTunes, if your employees can sync their iOS devices with their laptops ( Apple Docs )
  2. By using the iOS Configuration utility, though this means you have to physically have the device ( Apple docs )
  3. Over-the-air (iOS 4+), using an app store. You can do this through TestFlight, but the license restrictions on the Enterprise agreement don't go well with this kind of deployment. You'll need to either create and secure your own app store (like I've done for my employer) or use a third party service. Have a Google around for some good ones. There's plenty of documentation on how to do the deployment here
  4. Some MDM suppliers like MobileIron have app stores available. Some will even allow you to push apps onto enterprise devices (iOS 5+) without any need for human intervention.

其他选项是通过电子邮件或将其放在网络上进行下载(建议您使用登录名的网站来访问它)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM