我有一个企业应用程序,我通过itmsURL 分发:
itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&url=https://$MY_PLIST_URL.plist
Run Code Online (Sandbox Code Playgroud)
在iOS 7上,下载和更新都可以正常工作.但是,在iOS 8上,我收到错误:
LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp
Run Code Online (Sandbox Code Playgroud)
在我的plist中,我有
<key>bundle-identifier</key>
<string>com.mycom.MyApp</string>
<key>bundle-version</key>
<string>0.2.2</string>
Run Code Online (Sandbox Code Playgroud)
在iOS 8上的应用程序中,我运行的是0.2.1版本
更新iOS 8.1.3后,我尝试下载,但出现错误" 无法下载应用程序 "和"此时无法安装 "消息.
我必须考虑8.1.2和8.1.3之间的变化是什么?
下载模式:
<a href ="itms-services://?action = download-manifest&url = https://****.plist">
谢谢!
如何在xcode 5中创建Entitlement.plist文件?
我已经下载了最新版本的xcode.我想在我的项目中创建Entitlement.plist文件.请给我正确的步骤来在xcode 5中创建Entitlement.plist文件.