wireless iphone app distribution - problem with itms-services protocol

前端 未结 17 1806
天涯浪人
天涯浪人 2020-12-01 02:26

I\'ve followed all the directions from Apple and some other blog posts. I\'ve archived the app, made .plist and .ipa files, put them on a server and linked to them. I can in

相关标签:
17条回答
  • 2020-12-01 02:53

    As many others before, I also encountered this daemon of a problem. In my case the problem was that the plist file was not correctly formated. Be sure that the file follows the exact pattern outlined in the documentation: http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

    0 讨论(0)
  • 2020-12-01 02:57

    Be sure that all the URLs are fully qualified. Including those for the png files.

    0 讨论(0)
  • 2020-12-01 02:59

    If you are sending the link from an email, you CANNOT use HTML formatting in the email. You must use "rich text" formatting

    No idea why but thats how it is (At least with Outlook)

    0 讨论(0)
  • 2020-12-01 03:02

    Seems like you have several pointers here to what might be the problem, for next time: check the device console from Xcode Organizer, it usually contains useful information regarding failed OTA distribution.

    0 讨论(0)
  • 2020-12-01 03:05

    make MIME settings of your server correct.

    google for it you'll find the right way

    http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

    0 讨论(0)
提交回复
热议问题