我有一个企业应用程序,我通过一个 itms
网址分发:
itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&url=https://$MY_PLIST_URL.plist
在 iOS7上,下载和更新都能正常工作,但是在 iOS8上,我得到了一个错误:
LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp
在我的列表里,我有
<key>bundle-identifier</key>
<string>com.mycom.MyApp</string>
<key>bundle-version</key>
<string>0.2.2</string>
在我的 iOS8应用程序中,我运行的是0.2.1版本