iOS:安装.ipa
我创建了应用程序的临时版本 (.ipa) 并将其发送给我的朋友;现在他没有 mac,他可以在没有 macbook(带有 iTunes)的情况下在 iPad 上安装 .ipa 吗?或者 .ipa 只能通过 Mac 的 iTunes 安装吗?
I created an adhoc version of my app (.ipa) and I sent it to a my friend; now he hasn't his mac, can he install .ipa without macbook (with iTunes) on his iPad? or .ipa is possible to install only through iTunes with a mac?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用适用于 Windows 的 itunes 进行安装。
如果不使用“无线”分发。您将提供一个在线链接,他将直接将其安装在他的手机中。网上搜一下,有很多教程。
You can install with the itunes for Windows.
If not use the "over the air" distribution. You'll provide an online link and he will install it directly in his phone. Search the web, there are many tutorials.
如果您对 OTA 安装感兴趣,我会查看 TestFlight,它们是免费的,而且确实非常棒。
您的朋友可以在 Windows 上使用 iTunes 安装该应用程序,但您仍然需要确保他的 UDID 已添加到您构建该应用程序所用的配置文件中。否则,他会因代码签名问题而失败。 TestFlight 有助于确保这些问题在发布之前得到解决。否则,您可以将 .ipa 文件放在 dropbox 上供您的朋友下载。
If you are interested in OTA installs, I would check out TestFlight, they are free and honestly fantastic.
Your friend can install the app using iTunes on Windows, but you will still need to make sure his UDID is added to the provisioning profile you built the app under. Otherwise it will fail on his end for code signing issues. TestFlight is good for making sure these are resolved before publishing. Otherwise you can put the .ipa file on dropbox for your friend to download.
将 .ipa 文件安装到下面列出的 iDevice 的最简单方法。
在此处输入图像描述
在此处输入图像描述
信息:您可以通过将 iDevice 连接到您的系统或者您的 iDevice 在同一网络中来执行此操作(仅当您已启用通过网络连接到设备时)。
An Easiest Way to Install .ipa file to iDevice listed below.
enter image description here
enter image description here
INFO: you can do this with connecting the iDevice to your system or if your iDevice in same Network (only if, you have enabled Connect Via Network to the device).