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 を実行しています