Error while distributing app on air using dropbox

2019-08-07 07:08发布

I am using Enterprise certificate to distribute on air using dropbox following this link: http://aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air

  1. While creating plist I used a dummy application URL and title i.e. https.....ipa, AppName resp.

  2. Both ipa and plist Uploaded on dropbox

  3. Used shared link of plist from dropbox and mention on HTML document
  4. I used HTML webpage/document shared link (replacing www.dropbox.com by dl.dropboxusercontent.com).

But unable to download app.

While downloading I am getting the error: Unable to download app. "AppName" can not be downloaded at this time.

Console message:

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

Can anyone please help?

1条回答
手持菜刀,她持情操
2楼-- · 2019-08-07 07:20

The url given during the "Save for Enterprise Distribution" process is the url that gets saved in the .plist. That url should be the location of the .ipa file. Then the link to download your app is like this itms-services://?action=download-manifest&amp;url=<LINK_TO_PLIST> Then the .plist directs the user to the .ipa url saved in the .plist. The link example was taken from a working implementation of OTA distribution that I did for iOS 7.1 devices a couple of months ago.

查看更多
登录 后发表回答