Reputation: 762
I'm developing an App with Phonegap Build and Cordova 3.3.0 for iOS.
I've installed and tested my app in iOS 6 and everything it's ok. I can install it and test it. But when I try to install it in iOS 7 (the same app, the same .ipa), the app stay in "Installing..." and never installs.
Cordova 3.3.0 it supposed to support iOS 7. I verified the UDID of my devices are corrects in my iOS Certificates.
Any idea why my Phonegap App in iOS 7 stay in an "installing loop"?
Upvotes: 1
Views: 453
Reputation: 762
Phonegap Build use the iPhone Developer Certificate (.p12) and the Development Provisioning Profile (.mobileprovision).
Verify the UDID of all your devices are correct in your Provisioning Profile. How to know my UDID of my Device?
You have to be sure that ALL your test devices are added into your Provisioning Profile. If you add new devices later you have to REGENERATE your provisioning profile and update your iOS Sign Key in your Phonegap Build Panel with the new Provisioning Profile.
Upvotes: 1