简体   繁体   English

我们如何使用企业帐户分发iOS版本?

[英]How can we distribute iOS build using Enterprise Account?

How can we distribute iOS build, which is built by using Enterprise Account? 我们如何分发使用企业帐户构建的iOS构建? Is there any possible to distribute via testflight account? 是否可以通过testflight帐户进行分发? 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: 获得适用于该应用程序的.ipa文件后,您可以:

  1. Distribute via iTunes, if your employees can sync their iOS devices with their laptops ( Apple Docs ) 如果您的员工可以将其iOS设备与其笔记本电脑同步,则可以通过iTunes进行分发( Apple Docs
  2. By using the iOS Configuration utility, though this means you have to physically have the device ( Apple docs ) 通过使用iOS配置实用程序,尽管这意味着您必须实际拥有设备( Apple文档
  3. Over-the-air (iOS 4+), using an app store. 使用应用商店通过无线(iOS 4+)。 You can do this through TestFlight, but the license restrictions on the Enterprise agreement don't go well with this kind of deployment. 您可以通过TestFlight进行此操作,但是这种部署对Enterprise协议的许可限制并不理想。 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. 围绕Google寻找一些好人。 There's plenty of documentation on how to do the deployment here 有大量的文档上怎么办部署在这里
  4. Some MDM suppliers like MobileIron have app stores available. 一些MDM供应商,例如MobileIron,都有可用的应用程序商店。 Some will even allow you to push apps onto enterprise devices (iOS 5+) without any need for human intervention. 有些甚至可以让您将应用程序推送到企业设备(iOS 5+)上,而无需人工干预。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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