Install .ipa to iPad with or without iTunes

2019-01-12 16:32发布

I have the .ipa from PhoneGap build and I need to test it. I got provisioning profile from Developer account.

So my question is: can I directly put my .ipa to iPad to install for testing, or do I have to follow some rules to install?

17条回答
再贱就再见
2楼-- · 2019-01-12 16:36

You can go to the browser in Iphone/Ipad and type the URl where the IPA has been uploaded and can directly download it to your Iphone or Ipad and install and run it.... simple and sweet ;)

查看更多
SAY GOODBYE
3楼-- · 2019-01-12 16:38

You can create the ipa for ad hoc distribution and use diawi to create a link for the your ipad. You just upload the .ipa and the provisioning profile, then a link is generated and you can visit it from your ipad in order to install the app (if the provisioning profile is for development you have to add your ipad's UDID to it).

查看更多
Melony?
4楼-- · 2019-01-12 16:39

In Xcode 5 open the organizer (Window > Organizer) and select "Devices" at the top. Your plugged in device should show up on the left hand side. Drag the IPA file over to that device.

In Xcode 6 and Xcode 7 open Devices (Window > Devices). Again your device should show up in the left hand column. Drag the IPA file to the list of apps underneath "Installed Apps".

For iOS 9 devices, refer to this post on how to get the app running after doing this.

查看更多
太酷不给撩
5楼-- · 2019-01-12 16:39

Quite old, but inspired on A-Sharabiani achieved this avoiding iTunes with AppCenter. Just create new App, creat new Release uploading the .ipa, and finally scanning a QR with your device that redirects to download.

Yeah.

查看更多
Rolldiameter
6楼-- · 2019-01-12 16:41

No need to bother with iTunesConnect for sharing your adhoc builds. Just upload your ipa file to diawi and after successful uploading you will get a link open the link in safari and you will be asked to install app. Tap on install and enjoy

查看更多
爷的心禁止访问
7楼-- · 2019-01-12 16:42

Four Ways -

1) Test flight

2) Install from iTunes - Create .ipa as ad-hoc and normal sync with ipad & itunes.

3) Or best way you can create a URL for install while creating ipa select as enterprise and create index file with plist. This will work with individual developer account too.

4) Diawi

Tested all above step.

查看更多
登录 后发表回答