iphone Ad Hoc Distribution 未出现在 itunes 中
我在尝试在 iTunes 上安装临时发行版时发现了问题。 1)我有分销证书 2)我有分布概况 3)我添加了 entitlements.plist,尽管从我读到的内容来看,这不再是必需的。看起来 plist 甚至没有再设置 get-task-allow bool 了。我尝试过添加它并保留它,以及没有 entitlments.plist
编译后(顺利进行),我将应用程序拖到我的 itunes 中。看起来它可以工作(尽管没有加载时间),并询问我是否要替换已经存在的 mobileprovision 文件(如果我多次这样做)。
应用程序图标永远不会出现在 iTunes 中,同步不会执行任何操作。就好像它没有被复制,但没有错误消息告诉我我做错了什么。这是上个月在另一个应用程序上运行的。我不明白为什么它现在不起作用...
谢谢, 克里斯
I have found a problem trying to install an ad hoc distribution on my itunes.
1) I have distribution certificate
2) I have distribution profile
3) I have add entitlements.plist, although from what I read this is no longer required. it looks like the plist does not even have a get-task-allow bool anymore to set. I have tried with adding this and leaving it, as well as no entitlments.plist
After compiling (which goes off without a hitch), I drag the application to my itunes. It looks like it works (although no loading time), and asks if I want to replace a mobileprovision file that already exists (if I do it multiple times).
The App icon never appears in itunes, syncing does nothing. Its as if it isn't getting copied, but there isn't an error message to tell me what i'm doing wrong. This was working last month with a different app. I do not understand why it isn't working now...
Thanks,
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您运行的是 iOS 4,则可以使用无线分发直接从 Mobile Safari 安装 AdHoc 版本。第一次设置时有点痛苦,但消除了在过程中必须弄乱 iTunes 的麻烦。
http://jeffreysambells.com/posts/2010/06/ 22/ios-wireless-app-distribution/
If you are running iOS 4, you can use over-the-air distribution to install an AdHoc build directly from Mobile Safari. This is a little painful to setup the first time, but removes the hassle of having to mess with iTunes from the process.
http://jeffreysambells.com/posts/2010/06/22/ios-wireless-app-distribution/