iOS 开发和 Ad Hoc 分发
看来我们需要为 iPhone 应用程序单独创建临时配置文件。 具有管理权限的用户无法创建临时分发配置文件。只有主席才能创造它。
其次只能添加 100 个设备。有出路吗?
我可以将开发人员构建转换为临时构建吗?
It seems we need to create adhoc profiles separately for iPhone applications.
A user with administration privilege cannot create adhoc distribution profile. Only chairperson can create that.
Secondly only 100 devices can be added. Is there a way out ?
Can I convert a developer build to adhoc build ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您必须为
AdHoc 分发配置文件每年仅限 100 台设备,其设计仅用于测试。
您应该在 Xcode 中拥有与这些配置文件相对应的单独构建。
谁可以创建这些内容已由您的主席在设置帐户时决定。你需要在内部解决这个问题。
Yes, you have to create seperate provisioning profiles for
AdHoc Distribution profiles are limited to 100 devices per year, it is designed to be used for testing only.
You should have separate builds in Xcode corresponding to these profiles.
Who can create those has been decided by your chairperson when setting up the account. You'll need to sort that out internally.