iOS 8上的企业应用程序更新分发

我有一个要通过itmsURL 分发的企业应用程序:


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

在我的清单中,我有


<key>bundle-identifier</key>

<string>com.mycom.MyApp</string>

<key>bundle-version</key>

<string>0.2.2</string>

在iOS 8的应用程序上,我正在运行0.2.1版


慕斯709654
浏览 448回答 3
3回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

iOS