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을 실행하고 있습니다.