xcode IOS:安装.ipa

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8729027/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 22:54:03  来源:igfitidea点击:

IOS: install .ipa

iosxcodeadhocipa

提问by cyclingIsBetter

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?

我创建了我的应用程序 (.ipa) 的临时版本并将其发送给我的朋友;现在他没有他的 mac,他可以在他的 iPad 上安装没有 macbook(带 iTunes)的 .ipa 吗?或者 .ipa 只能通过 iTunes 和 Mac 安装?

采纳答案by Bill Burgess

If you are interested in OTA installs, I would check out TestFlight, they are free and honestly fantastic.

如果您对 OTA 安装感兴趣,我会查看TestFlight,它们是免费的,而且真的很棒。

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.

您的朋友可以在 Windows 上使用 iTunes 安装该应用程序,但您仍需要确保将他的 UDID 添加到您构建该应用程序的配置文件中。否则他会因为代码签名问题而失败。TestFlight 有助于确保在发布之前解决这些问题。否则,您可以将 .ipa 文件放在 dropbox 上供您的朋友下载。

回答by Stefan Ticu

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.

您可以使用适用于 Windows 的 iTunes 进行安装。如果不使用“空中”分配。您将提供一个在线链接,他将直接将其安装在他的手机中。网上搜了一下,教程很多。

回答by sandydhumale

An Easiest Way to Install .ipafile to iDevicelisted below.

.ipa文件安装到下面列出的iDevice的最简单方法。

  1. Make sure your device UDIDis registered in Developer account.
  2. Select Generic Deviceas Target and go for Archiveto Generate .ipafile. (Hope you know the process of generating .ipafile for development)
  3. Once your .ipafile is ready then connect your iPhone or iPad to MacBook and select Device and Simulatorin X-CodeWindowoption.
  4. Enable "Connect Via Network" Option in the Popped Up Window.
  5. Click on to the + Symbol button which is located at below Installed Application ListSection. enter image description here
  6. Select .ipafile which was earlier generated and saved at some location of your MacBook. enter image description here
  7. It will take few seconds to get your application installed on your device and will also appear in "Installed Application List" with build number.
  1. 确保您的设备UDID已在开发者帐户中注册。
  2. 选择通用设备作为目标,然后转到存档以生成.ipa文件。(希望大家了解开发用.ipa文件的生成过程)
  3. 一旦你的.ipa文件已经准备好,然后你的iPhone或iPad连接到MacBook和选择设备和仿真器X-代码窗口选项。
  4. 在弹出的窗口中启用“通过网络连接”选项。
  5. 单击位于已安装应用程序列表部分下方的 + 符号按钮。 在此处输入图片说明
  6. 选择之前生成并保存在 MacBook 某个位置的.ipa文件。 在此处输入图片说明
  7. 将您的应用程序安装到您的设备上需要几秒钟的时间,并且还会出现在“已安装的应用程序列表”中,并带有内部版本号。

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 Networkto the device).

信息:您可以通过将 iDevice 连接到您的系统或如果您的 iDevice 在同一网络中(仅当您启用了通过网络连接到设备时)来执行此操作