How can we distribute iOS build using Enterprise Account?

荒凉一梦 提交于 2019-12-12 01:27:17

问题


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!


回答1:


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.



回答2:


Other options are via email or putting it on the web for download (suggest you would want a website with a login to access it).



来源:https://stackoverflow.com/questions/11502491/how-can-we-distribute-ios-build-using-enterprise-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!