iPod touch 上的临时分发
我正在为 iPhone 开发一款游戏,并且至少有 8 个人使用临时分发方式为我进行 Beta 测试。 我使用所有电话 ID 创建了一个配置文件,并使用该配置文件构建了我的应用程序。
我通过电子邮件将应用程序和移动配置文件发送给人们。 其中三个拥有 iPod touch 设备。 它似乎可以正确安装在 iPhone 上。 但是 iPod touch 的两个用户尝试安装它并遇到了问题(第三个用户直到今晚才能尝试),文件的拖动似乎被 iTunes 接受,然后在同步过程中该应用程序因未经授权而被拒绝(消息类似于“无法验证应用程序”)。
对可能发生的事情有什么想法吗?
I am developing a game for the iPhone and have at least 8 people to beta test for me using ad-hoc distribution. I created a provisioning file with all of there phones id's and built my app using that provisioning file.
I emailed out the app and that mobileprovisioning file to the people. Three of them have ipod touch devices. It seems to install properly on the iphones. But two of the users of the ipod touch's tries installing it and had problems (the third can't try till tonight), the dragging of the files seems to be accepted by itunes, then during the sync the app is rejected as unauthorized (the message is something similar to "the application could not be verified").
Any ideas of what could be going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我以前也曾在 iPhone 上看到过这种情况。 我认为正在发生的情况是,有时应用程序会尝试在配置文件之前同步。 通常,第二次同步就可以让应用程序正常安装。 您可能让用户尝试的另一件事是通过 iPhone 配置实用程序 (http://www.apple.com/support/iphone/enterprise/)。
I have seen this happen before with iPhone's as well. I think that what is happening is that sometimes the app is trying to sync before the provisioning profile. Oftentimes a second sync will allow the app to install just fine. One other thing you may have your users try is to install the profile and the app via the iPhone Configuration Utility (http://www.apple.com/support/iphone/enterprise/).
为了解决这个问题
我首先必须清除所有证书并重新创建它们,确保电子邮件地址和姓名与开发者网站认为的完全匹配。
然后我必须创建一个临时分发配置文件(在我只创建开发配置文件之前)
我找到了答案 网站
To solve this
I first had to clear all my certificates and recreate them making sure the email address and name matched exactly what the developer website thinks they are.
Then I had to create an Ad-Hoc distribution profile (before I only created a development profile)
I found the answer on this site