Reputation: 1589
Yesterday I installed both iOS 8 GM on my development iPad and XCode 6 GM on my Mac. Most of my Apps keep workings fine but there is one that I can't install anymore. The same IPA that worked on iOS7 now just doesn't install. I tried both a webpage owned by me where is correctly placed the plist and other images and Diawi. Both ways lead to the same result: when "XXX wants to install APP on your iPad" pop-up and I click OK, nothings happens. Nothing.
There is someone who got through this on iOS 8?
Upvotes: 3
Views: 6033
Reputation: 152
I had the same problem.
Error message on device console:
<Warning>: LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: my.company.testapp
Managed to solve with the help of this comment:
that is in .plist renamed bundle-identifier to some random string.
Upvotes: 4