Tag: 企业版

iOS 8上的企业应用更新分配

我有一个企业应用程序,我通过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