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
私のリストでは、私は持っています
<key>bundle-identifier</key>
<string>com.mycom.MyApp</string>
<key>bundle-version</key>
<string>0.2.2</string>
iOS 8のアプリでは、バージョン0.2.1を実行しています