I am developing an iPhone application and trying to publish the application via a website. This should work for devices that are registered with the provision profile and it does work when deploying from XCode. Using the site (with a link to a .plist file) the device downloads the application, starts installing but once it is finished the application disappears. I checked the console and the following is shown during installation
Jan 16 10:47:00 unknown SpringBoard[15] <Warning>: could not save thumbnail for downloading icon: image=(null) path='/var/mobile/Library/SpringBoard/DownloadingIconImageCache/MyApp-0B277314-1342-4C88-B4D0-E763EAC12E3B'
Jan 16 10:47:00 unknown SpringBoard[15] <Warning>: could not save thumbnail for downloading icon: image=(null) path='/var/mobile/Library/SpringBoard/DownloadingIconImageCache/MyApp-C35ECE7C-D138-48B7-9195-71E66CED4636'
The problem only occurs on devices with iOs 5. What could be the problem and what should I check?
Thanks
Martijn
Turned out i had an invalid plist file. Funny thing is that the application did install on iOS 4. Hope this is of use to someone.