【发布时间】:2015-09-18 10:07:34
【问题描述】:
我已经用 iOS 9 升级了我的设备。我正在手动生成 plist 和 ipa 文件,但它突然停止在 ios 9 中安装,而它在 iOS 8 上运行良好。
下面
项 资产
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://www.eg.com/urland.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://www.eg.com/imageurl/iTunesArtwork.png</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://www.eg.com/Icon.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>mob.test.profile.ios9fix</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>My App name</string>
</dict>
</dict>
</array>
我在 diawi.com 上检查了我的事件,同样的事情正在发生。它不允许我下载应用程序。
【问题讨论】:
-
从设备控制台获取错误信息。
-
@A-Live 无法下载应用程序 - 目前无法下载我的应用程序名称。
-
@PJR 你是否在 HTTPS 上托管它?
-
是的,@Andy 这是 iOS 8 的要求,我们正在遵循它。
-
也许这是苹果强迫我们使用TestFlight的方式
标签: ios objective-c ios9