iPhone: how to get IPA onto non jailbroken iPhone without iTunes and without e-mail?

StackOverflow https://stackoverflow.com/questions/9382933

  •  28-10-2019
  •  | 
  •  

my friend borrowed me his (non jailbroken) iphone 4s to test my iphone application. How can I get the IPA onto his iphone without syncing with itunes? (IPA is created with Flash, so i can't use XCode). I know there are some over the air services but they require to open e-mails with the e-mail application on the phone. I don't want to open his e-mails, so, is there another way to get the IPA onto it?

有帮助吗?

解决方案

You could use Testflight http://testflightapp.com It gives you a short url after uploading a build which you can install the IPA from there.

Don't forget to add the device UDID to the certificates.

其他提示

OTA (over the air) is the way to go if you don't want to use TestFlightApp.

Distribute the app via ad-hoc distribution, and store the app on a web server. You can then directly download the app from the web server onto your iPhone by calling the appropriate url in Safari.

Here is a guide on how to do this:

http://iosdevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html

Have a look at TestFlightApp. You can create a new (or use an existing), web-based email address and use that to register your friend's device with the your TestFlightApp account.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top