iOS企业计划 – 内部分发

我正在开发一款适用于iPad的应用程序,仅在公司内部使用.
由于将使用该应用程序的设备将超过100,该公司需要加入iOS企业计划.

内部分销如何运作?

我需要注册所有设备才能为应用生成一个证书?或者我可以生成一个证书,该应用程序将在每个设备上运行?

Apple需要批准内部分发申请吗?

该公司的分发目标是在其网站上部署应用程序,以便员工可以访问该网站,登录并下载其设备的应用程序.苹果的任何角色都不赞成这种方法吗?分发内部应用程序的最佳方法是什么?

解决方法

您的问题的答案:

1)You don’t need to register devices on provisioning portal for
“in-house” distribution. Apps built with these profiles can be
installed on any iOS device.

2)Enterprise apps don’t undergo Apples’s review process as they are
not meant to be distributed through the app-store. In fact Apple
doesn’t have any role in enterprise app distribution cycle.

3)You can distribute app through any medium you want,within your
enterprise,OTA,Intranet or mail(I have seen distribution through all
these mediums in my enterprise).

但是,许可协议规定,您不能将企业应用程序分发给企业外部的任何人,甚至是您的客户.您可以将应用程序演示给不属于您企业的人员,但它们只应安装在企业所有的设备或企业的员工身上.

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...