ios iPhone:如何在没有 iTunes 和电子邮件的情况下将 IPA 安装到未越狱的 iPhone 上?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9382933/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iPhone: how to get IPA onto non jailbroken iPhone without iTunes and without e-mail?
提问by Mat
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?
我的朋友向我借了他的(未越狱的)iphone 4s 来测试我的 iphone 应用程序。如何在不与 iTunes 同步的情况下将 IPA 放到他的 iphone 上?(IPA 是用 Flash 创建的,所以我不能使用 XCode)。我知道有一些空中服务,但它们需要使用电话上的电子邮件应用程序打开电子邮件。我不想打开他的电子邮件,所以,有没有其他方法可以让 IPA 进入它?
采纳答案by Maayan Glikser
You could use Testflight http://testflightapp.comIt gives you a short url after uploading a build which you can install the IPA from there.
您可以使用 Testflight http://testflightapp.com它在上传构建后为您提供一个短网址,您可以从那里安装 IPA。
Don't forget to add the device UDID to the certificates.
不要忘记将设备 UDID 添加到证书中。
回答by JiaYow
OTA (over the air) is the way to go if you don't want to use TestFlightApp.
如果您不想使用 TestFlightApp,OTA(无线)是您的选择。
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.
通过临时分发分发应用程序,并将应用程序存储在 Web 服务器上。然后,您可以通过在 Safari 中调用相应的 url,将应用程序从 Web 服务器直接下载到您的 iPhone 上。
Here is a guide on how to do this:
以下是有关如何执行此操作的指南:
http://iosdevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html
http://iosdevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html
回答by picciano
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.
看看 TestFlightApp。您可以创建一个新的(或使用现有的)基于 Web 的电子邮件地址,并使用该地址将您朋友的设备注册到您的 TestFlightApp 帐户。