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
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
Be sure that all the URLs are fully qualified. Including those for the png files.
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)
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.
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