Dhruv Gohil
Dhruv Gohil

Reputation: 842

Not able to install ipa into iphone

When I try to install ipa into the iphone using itunes,it stuck on "Installing" and application from iphone disappears suddenly.I have read realated QAs but didn't get any help.I have tried installing ipa after changing my bundle Id ,I have cofigured provision profile correctly still not able to install.I am not getting what is the problem.Please help !

Upvotes: 1

Views: 3745

Answers (2)

Abhishek Mitra
Abhishek Mitra

Reputation: 3395

  • To install your IPA into the iphone, your iPhone UDID should must have listed in the device list of your developer account.
  • IPA should be made through AdHoc Developer profile Or AdHoc Distribution Profile.
  • Your Phone should have the same or above as deployment target (i.e IOS Version).

Check these steps and try again, hope you will get success.

Thanks

Upvotes: 0

J1soon
J1soon

Reputation: 357

Assuming that you have completed all of the steps setting up an ad hoc provisioning profile as listed here, you should now have an .ipa file exported to disk. Instead of using iTunes, try using Xcode. Goto Xcode > Window > Devices and choose your iPhone. Scroll down to the bottom of the app list and press the + button. Choose your .ipa file and click Open. The app will now be installed to your iPhone. Hope this helped :)

click '+' button

Upvotes: 1

Related Questions