ios 如何将 ipa 文件临时部署到我的 iPhone
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23821012/
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 to do Ad-Hoc deployment of ipa file to my iPhone
提问by Shaan
I'm developing for iPhone, and want to test my app. I have created an .ipa
file using an Ad-Hoc deployment profile. I tried emailing the .ipa to myself, but can't figure out how to actually install it once it reaches my iPhone. How can I get my app installed on the device so I can test it, preferably without requiring a connection via cable?
我正在为 iPhone 开发,并想测试我的应用程序。我.ipa
使用 Ad-Hoc 部署配置文件创建了一个文件。我尝试将 .ipa 通过电子邮件发送给自己,但是一旦它到达我的 iPhone,我无法弄清楚如何实际安装它。如何在设备上安装我的应用程序以便我可以测试它,最好不需要通过电缆连接?
回答by Michael Dautermann
- connect your iPhone to your Macintosh or Windows machine.
- launch iTunes.
- drag your .ipa file into your iTunes library.
- Sync (and hope there's a provisioning profile associated with the app embedded in it).
- 将您的 iPhone 连接到您的 Macintosh 或 Windows 机器。
- 启动 iTunes。
- 将您的 .ipa 文件拖到您的 iTunes 资料库中。
- 同步(并希望有一个与嵌入其中的应用程序相关联的配置文件)。
回答by Bharat
upload your ipa
to diawiclick on send button it will generate a URL
for you, copy url
and email to yourself, now open mail in your iPhone click on link it will launch safari click on install .
Note that to install ipa
through Diawi you must create ipa
file with provisioning profile
and that provisioning profile
must contain your device UDID
.
将你的上传ipa
到diawi点击发送按钮,它会URL
为你生成一个,复制url
并通过电子邮件发送给你自己,现在在你的 iPhone 中打开邮件点击链接它会启动 safari 点击安装。请注意,要ipa
通过 Diawi安装,您必须创建ipa
文件,provisioning profile
并且该文件provisioning profile
必须包含您的设备UDID
。