Getting error of installing .Ipa file in to my iPad

时间秒杀一切 提交于 2019-12-11 13:56:44

问题


I developed an app and created a .Ipa file and sync it with my iPad1 but the problem is, I am trying to sync the same app in to my other iPad2 using iTunes.

But it is not syncing and showing an error that the App can't be installed and installation failed!!!.


回答1:


There are several reasons for failed to instal in device.

1.check your provisioning profile contains device UDID of ipad2 added or not.

2.check your ipa file created properly or not.if you feel you created properly then delete the app from your first device which is having same app and instal the ipa again and check once.Then you come to know your ipa creation is correct.

3.one more reason might have take place is ipa may break accidentally.




回答2:


you can check these steps:-

  1. Make sure that your iPad2 device ID is added to your provision profile you have created in developer portal.

  2. Make sure that your bundle id in your plist is match with the your provisioning profile bundle ID you have choose to build your project.

  3. Second thing you can check if the provision profile is installed on your device on not.

Thanks, Sandeep




回答3:


This is a free program to check an IPA file for errors, there's over 20 reasons why an IPA file will fail to install, many strange combinations in mobileprovisioning and info.plist files.

CheckIPA



来源:https://stackoverflow.com/questions/8737771/getting-error-of-installing-ipa-file-in-to-my-ipad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!