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 !
Asked
Active
Viewed 3,376 times
1
-
This usually is pointing out that the device isn't in the provisioning profile, so you might want to double-check that. Also you could connect the device to Xcode and see what the logs say. – Gerald Versluis Apr 15 '17 at 08:59
-
You need to look at the device console to see exactly why it is failing: http://stackoverflow.com/a/30992454/3708242 – wottle Apr 17 '17 at 13:10
-
My guess is that you may have updated the provisioning profile, but for some reason it is still building with the old provisioning profile. I would delete the local provisioning profiles and re-download the new provisioning profile with the new bundle id. – wottle Apr 17 '17 at 13:11
2 Answers
1
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 :)

J1soon
- 357
- 1
- 7
- 13
0
- 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

Abhishek Mitra
- 3,335
- 4
- 25
- 46