iPhone 无线 Ad-Hoc 仅适用于某些用户
我们已经通过 Wireless Ad-Hoc(使用 BetaBuilder)成功地将我们的应用程序分发给 Beta 测试人员一段时间了。但是,某些用户(其 UDID 正确并已添加到配置文件中)会收到“无法下载”“完成/重试”错误。我们的流程对某些用户有效 - 是什么导致这些用户遇到此问题? iOS 版本 &添加到配置文件的时间似乎不是相关变量......
We've successfully been distributing our app to beta testers via Wireless Ad-Hoc (using BetaBuilder) for some time now. However, some users (whose UDIDs are correct and added to the provisioning profile) get a "Unable To Download" "Done/Retry" error. We've got the process working for some - what could be causing these users to have this problem? iOS version & time-added-to-the-provisioning-profile don't appear to be relevant variables...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
他们是否使用 iPhone 3G,而您可能只为 armv7 构建应用程序?
Are they using iPhone 3G and you built your app for armv7 only, perhaps?
我们最终通过使用 BetaBuilder 解决了这个问题(没有弄清楚它为什么有效)。我们使用 ruby 版本自动化了该过程,我们必须对其进行修改才能使其全部正常工作。自动化的、更闪亮的版本可在 https://github.com/dts/betabuilder 获取。
We ended up solving the problem (without figuring out why it worked), by using BetaBuilder. We automated the process by using the ruby version, which we had to modify to get it all to work. The automated, shinier version is available at https://github.com/dts/betabuilder .