使用企业分发配置文件控制谁使用 iOS 企业应用程序?
如果我订阅了 iOS 开发者企业计划,并且希望将应用程序的使用限制在特定个人的设备上,我可以使用企业分发配置文件来指定允许的设备 ID 吗? ...与临时 Beta 测试类似,最多可以指定 100 个指定设备 ID。
此 Apple 文档 说“接下来,您需要创建一个企业分发配置文件,以便您的用户可以在他们的设备上使用您的应用程序”,但问题仍悬而未决。
我预计限制对配置文件本身的访问是不够的,因为一个用户可以将其传递给另一个用户。
If I subscribe to the iOS Developer Enterprise Program, and want to restrict use of an app to specific individuals' devices, can I use an enterprise distribution provisioning profile to nominate the allowed device IDs? ... in a similar way to ad-hoc beta testing where up to 100 nominated device IDs can be specified.
This Apple doc says 'Next, you need to create an enterprise distribution provisioning profile so your users can use your app on their device' but leaves the question open.
I expect that restricting access to the provisioning profile itself would not be sufficient since one user could pass it on to another.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能将应用程序安装限制在少数设备上。它旨在支持企业模型,让它们安装在任何支持硬件/软件的 iOS 设备上。
企业计划不适用于个人,您需要向他们提供您公司的 DUNS 编号以及法务部门的联系方式。通常,我们在内部网站上托管所有无线分发应用程序。
这个 Apple 文档说“接下来,您需要创建一个企业分发配置文件,以便您的用户可以在他们的设备上使用您的应用程序”,但问题没有解决。
我认为限制对配置文件本身的访问是不够的,因为一个用户可以将其传递给另一个用户。
配置配置文件本身有什么好处?对于使用内部证书签名的应用程序 (ipa),应用程序中嵌入了配置文件,并且设备不需要像其他情况(Dev、adHoc)一样首先安装配置文件。当用户安装内部应用程序时,配置文件会自动安装。
You cannot restrict the app installation to few devices. It is designed to support Enterprise model to let them install on any iOS device given app supports the hardware/software.
Enterprise Program is not for an Individual, you need to provide them your Company's DUNS number and contact from Legal department. Typically we host all Over-the-air-distribution apps on internal website.
This Apple doc says 'Next, you need to create an enterprise distribution provisioning profile so your users can use your app on their device' but leaves the question open.
I expect that restricting access to the provisioning profile itself would not be sufficient since one user could pass it on to another.
What good is provisioning profile by itself ? For apps (ipa) signed with in-house certificate have provisioning profile embedded inside the app and the devices don't need to install provisioning profile first like in other cases ( Dev, adHoc). When users install inhouse app provisioning profile installs automatically.