我有一个通过itms
URL 分发的企业应用程序:
itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&url=https://$MY_PLIST_URL.plist
在 iOS 7 上,下载和更新都可以正常工作。但是,在 iOS 8 上,我收到错误消息:
LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp
在我的 plist 中,我有
<key>bundle-identifier</key>
<string>com.mycom.MyApp</string>
<key>bundle-version</key>
<string>0.2.2</string>
在我的 iOS 8 应用上,我运行的是 0.2.1 版