使用Dropbox在空中分发应用程序时出错
我正在使用企业证书使用Dropbox按照以下链接在空中分发: http : //aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air
-
在创buildplist时,我使用了一个虚拟的应用程序URL和标题,例如https ….. ipa,AppName resp。
-
Ipa和plist上传到Dropbox
- 从Dropbox使用plist共享链接并在HTML文件中提及
- 我使用了HTML网页/文档共享链接(由dl.dropboxusercontent.comreplacewww.dropbox.com)。
但无法下载应用程序。
在下载时出现错误: Unable to download app. "AppName" can not be downloaded at this time.
Unable to download app. "AppName" can not be downloaded at this time.
控制台消息:
BG Application: Not Present, BG Daemon: Present. Daemons: networkd apsd itunesstored <Error>: FAILURE: Failed to open property list at file:///private/var/db/launchd.db/com.apple.launchd/overrides.plist for reading. (The operation couldn't be completed. No such file or directory) <Notice>: WiFi:[428491987.594512]: Client itunesstored set type to normal application
任何人都可以请帮忙?
在“Save for Enterprise Distribution”过程中给出的url是保存在.plist
的url。 该url应该是.ipa
文件的位置。 然后下载你的应用程序的链接就像这样itms-services://?action=download-manifest&url=<LINK_TO_PLIST>
然后, .plist
将用户导向保存在.plist
的.ipa
url。 这个链接的例子是从我几个月前为iOS 7.1设备所做的OTA发布的实现中取得的。