修改 AdHoc 分发配置文件后是否需要重新编译 iphone 应用程序?
将新设备添加到 Adhoc 分发配置文件后,是否需要重新编译、放弃 AdHoc 分发应用程序并将其重新分发给所有 Beta 测试人员?
Do I need to recompile, resign the application for AdHoc distribution and re-distribute it to all beta testers after I add a new device to the Adhoc distribution profile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你必须创建一个新的版本,并在 xcode 中安装新的证书。
I think you must create a new build with new certificate installed in xcode.
不,您应该能够添加设备,将它们附加到配置文件,下载新的 .provision 文件并将其与压缩的 .app 目录一起分发。
我对此只有 99% 的把握,因此在向所有人发送垃圾邮件之前,请先使用另一台设备或一个 Beta 测试仪对其进行测试。
No, you should be able to just add the devices, attach them to the provisioning profile, download the new .provision file and distribute that along with your zipped-up .app directory.
I'm only 99% sure of this, so test it with another device or one beta-tester before spamming everyone.