内部分发 iOS 应用程序
我一直在研究在我们公司内部分发 iOS 应用程序的方法。我真正找不到任何信息的一件事是在企业计划中,当他们说:
分发您的内部应用程序 分发您专有的内部应用程序 面向员工或组织成员的 iOS 应用程序。您还可以 安全地托管和无线分发或更新内部应用程序 员工,随时随地保持最新状态。
他们指的是 AD-Hoc,还是这是为企业分发应用程序的某种特殊方式?
I have been looking into the ways of distributing an iOS application internally in our company. One thing I cant really find any information on is in the Enterprise program, what do they mean when they say:
Distribute Your In-house Apps Distribute your proprietary, in-house
iOS apps to employees or members of your organization. You can also
securely host and wirelessly distribute or update in-house apps to
employees, keeping them current anywhere, anytime.
Are they referring to AD-Hoc, or is this some special way of distributing apps for enterprises?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Apple 企业开发人员计划旨在让组织在公司内部构建应用程序并将其仅分发给员工。
每年费用为 299 美元,并要求该组织拥有 DUNS(邓白氏)号码进行注册。
http://developer.apple.com/programs/ios/enterprise/
具体来说,您仍然可以使用常规开发配置文件开发应用程序,然后使用分发配置文件将应用程序发布给您的员工,但在此阶段您有两种选择:
1) Ad-hoc(仅限 100 个使用其 UDID 的设备)
2) 在 房子。 (购买企业账号的全部要点)
下面附上截图供大家参考:(编辑不好请见谅)
The Apple Enterprise Developer program is meant for an organisation to build and distribute apps within their company to their employees only.
It costs $299 per year and requires that the organisation has a DUNS (Dun and Bradstreet) number to register with.
http://developer.apple.com/programs/ios/enterprise/
Specifically, you can still develop apps using a regular development provisioning profile and then release the app to your employees with a distribution profile, but it is on this phase that you get two choices:
1) Ad-hoc (limited to 100 devices using their UDID)
2) In house. (the whole point of buying an enterprise account)
A screenshot is attached below for your reference: (excuse the poor editing)
Ad Hoc 和 Enterprise 分发是两个不同的东西。 Ad Hoc 要求为应用程序配置每个设备的 UDID,最多 99 个(加上开发人员 1 个)。 iOS 企业注册允许严格向注册的 D&B 评级公司的员工进行无限制分发
(D&B 公司评级信息包括员工人数)。
Ad Hoc and Enterprise distribution are 2 different things. Ad Hoc requires provisioning the app with each devices UDID, 99 max (plus the developers 1). The iOS Enterprise enrollment allows unlimited distribution strictly to employees of an enrolled D&B rated corporation
(the D&B corporate rating info includes the employee count).
临时配置文件用于签署应用程序的测试版本以进行大规模测试。您的应用最多可以有 100 名测试人员。
如果您想将应用程序分发给您的公司用于生产用途,您应该注册“iOS 开发者企业计划”。
The ad-hoc provision profile is for signing test releases of your app for mass testing purpose. You can have maximum 100 testers of your app.
If you want to distribute you application for production usage to your company, you should enroll in the "iOS Developer Enterprise Program ".
拥有企业开发者许可证,您还可以进行 OTA 部署。 http://martiancraft.com/blog/2017/02以 /creating-ios-app-download-pages/ 为例。
With an Enterprise Developer's license, you can do OTA deployment as well. http://martiancraft.com/blog/2017/02/creating-ios-app-download-pages/ as an example.
只需使用 https://testflightapp.com :-) HockeyApp 还提供测试版分发功能:http://www.hockeyapp.net/distribution
Just use https://testflightapp.com :-) HockeyApp also offers beta distribution functionality: http://www.hockeyapp.net/distribution