ios 如何在没有 Windows iTunes 的情况下在 iPhone 上安装 IPA
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43502355/
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
How do I install IPA on iPhone without iTunes from Windows
提问by huffmaster
How would someone install an iPhone app (.IPA) on an iPhone without a Mac or the use of iTunes? Also, if this wasn't already difficult enough, I don't have access to the iPhone. I can get the app to the person whom will be testing the app but I have no access to the device it will be installed on or a Mac to distribute the application.
有人如何在没有 Mac 或不使用 iTunes 的情况下在 iPhone 上安装 iPhone 应用程序 (.IPA)?此外,如果这还不够困难,我将无法使用 iPhone。我可以将该应用程序提供给将要测试该应用程序的人员,但我无法访问将安装该应用程序的设备或 Mac 来分发该应用程序。
回答by Summved Jain
I know four options for this: -
我知道四个选项:-
1 – Using iTunes (Install the utility and copy the app)
1 – 使用 iTunes(安装实用程序并复制应用程序)
2 – iFunbox (Install the utility and copy the app)
2 – iFunbox(安装实用程序并复制应用程序)
3 - iTools (Install utility --> Goto Application Tab --> Click on Install --> select application and it will be installed)
3 - iTools(安装实用程序 --> 转到应用程序选项卡 --> 单击安装 --> 选择应用程序,它将被安装)
4 - Online Method : Diawi (Upload the IPA and open the URL on device to install IPA)
4 - 在线方法:Diawi(上传 IPA 并在设备上打开 URL 以安装 IPA)
These are the options used to install IPA on I-Devices. Hope this will help
这些是用于在智能设备上安装 IPA 的选项。希望这会有所帮助
回答by ObjectAlchemist
回答by Hiten
For iPhone, you must have that device's UDID, and you have to create provisioning profile and certificate and add that UDID in the certificate and after that you will install the application in that particular device for testing.
对于 iPhone,您必须拥有该设备的 UDID,并且您必须创建配置文件和证书并将该 UDID 添加到证书中,然后您将在该特定设备中安装应用程序以进行测试。
回答by Piero Alberto
If you don't want to use a mac o iTunes, the best thing you can try is TestFlight.
如果您不想使用 mac o iTunes,您可以尝试的最好方法是 TestFlight。
You send the ipa file to Apple, as you do when you want publish. But, attention: flag the option to release manually the app.
您将 ipa 文件发送到 Apple,就像您要发布时一样。但是,请注意:标记手动发布应用程序的选项。
After this, the app isn't released until you do it manually. You can also decide to not publish it anymore and delete it.
在此之后,除非您手动执行该应用程序,否则不会发布该应用程序。您也可以决定不再发布并删除它。
Anyway, after you send the app in this way to Apple, you have 90 days to use TestFlight (https://developer.apple.com/testflight/).
无论如何,以这种方式将应用程序发送给Apple后,您有90天的时间使用TestFlight(https://developer.apple.com/testflight/)。
TestFlight is a tool giving you the way to install your app on iOS devices without using both a mac or iTunes. You choose the iOS user and he will receive a mail with the step list to install your app (requiriment: install TestFlight on the iOS device).
TestFlight 是一种工具,可让您在不使用 Mac 或 iTunes 的情况下在 iOS 设备上安装您的应用程序。您选择 iOS 用户,他将收到一封邮件,其中包含安装您的应用程序的步骤列表(要求:在 iOS 设备上安装 TestFlight)。
回答by Owen Hartnett
Check out Apple's documentation for Ad Hoc builds and delivery.
查看 Apple 的 Ad Hoc 构建和交付文档。