ios 从最新的 iTunes 12.7.. 中删除应用程序选项后,如何安装临时 IPA?

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

With Apps option removed from latest iTunes 12.7.... , how to install adhoc IPA?

iositunesadhoc

提问by Usman

enter image description here

在此处输入图片说明

Now that after latest update from Apple for iTunes, Apps option is removed from Library in iTunes.

现在,在 Apple 为 iTunes 进行最新更新后,应用程序选项已从 iTunes 的库中删除。

See Article Here: https://support.apple.com/en-us/HT208075

请参阅此处的文章:https: //support.apple.com/en-us/HT208075

How should my client, now get the ad hoc IPA, installed to his iPhone. Do the developers now need to deliver through TestFlight beta testing only?

我的客户现在应该如何将临时 IPA 安装到他的 iPhone 上。开发人员现在是否只需要通过 TestFlight beta 测试来交付?

采纳答案by Paulw11

You can still install ad-hoc apps using iTunes by following the steps under Manually add items from your computerin this tech note

您仍然可以按照本技术说明中从计算机手动添加项目下的步骤使用 iTunes 安装临时应用程序

The steps are:

步骤是:

  1. Connect your device to your computer and open iTunes
  2. Find your device in the left sidebar in iTunes
  3. Drag your ad-hoc IPA to the device
  4. Once the device listing outlines in blue, release the file. enter image description here
  1. 将您的设备连接到计算机并打开 iTunes
  2. 在 iTunes 的左侧边栏中找到您的设备
  3. 将您的临时 IPA 拖到设备上
  4. 设备列表以蓝色轮廓显示后,释放文件。 在此处输入图片说明

回答by Ashwin G

Apple Configurator 2 software from Apple can be used for sideloading - https://itunes.apple.com/us/app/apple-configurator-2/id1037126344?mt=12

Apple 的 Apple Configurator 2 软件可用于旁加载 - https://itunes.apple.com/us/app/apple-configurator-2/id1037126344?mt=12

Just install the software, connect your device, drag your ipa into the Configurator, as simple as that.

只需安装软件,连接您的设备,将您的 ipa 拖入配置器,就这么简单。

回答by Rishi Chaurasia

Open Xcodeand go to WindowOption and select DevicesAndSimulators.

打开Xcode并转到Window选项并选择DevicesAndSimulators

enter image description here

在此处输入图片说明

Select your device. and click on "+" icon from the bottom.enter image description here

选择您的设备。然后点击底部的“+”图标。在此处输入图片说明

click on + button will open window to select you ipa from system.

单击 + 按钮将打开窗口以从系统中选择您的 ipa。

Happy Coding

快乐编码

回答by Jason Glez

Follow these steps to install an ipa file Follow these steps to install an ipa file

按照以下步骤安装 ipa 文件 按照以下步骤安装 ipa 文件

回答by Nicolas Buquet

Apple published a new version of iTunes 12.6.3 which can be installed over iTunes 12.7 and brings back applications management.

Apple 发布了新版本的 iTunes 12.6.3,它可以安装在 iTunes 12.7 上并带回应用程序管理。

You can download it here: https://support.apple.com/fr-fr/HT208079

你可以在这里下载:https: //support.apple.com/fr-fr/HT208079

回答by MRizwan33

In itune 12.7 and onward.

在 iTunes 12.7 及更高版本中。

  1. Install Apple Configurator 2

  2. Connect your device.

  3. drag your .ipa file and drop it to apple configurator 2. (image given below).

  1. 安装Apple Configurator 2

  2. 连接您的设备。

  3. 将您的 .ipa 文件拖放到 apple configurator 2.(下图)。

enter image description here

在此处输入图片说明

  1. now you will see app in your device.
  1. 现在您将在您的设备中看到应用程序。

Happy Coding!!

快乐编码!!

回答by Ankit Sachan

Use Xcode for the same, go to window -> Devices -> Select you device from the list -> Press '+' button under installed apps section

使用 Xcode 相同,转到窗口 -> 设备 -> 从列表中选择您的设备 -> 在已安装的应用程序部分下按“+”按钮

回答by Avi

I faced the same issue and found that I can install the generated ipa from xcode instead of itunes. I used xcode Windows menu -> Devices and selected my connected iPhone. Then on the installed apps section, I click the + to locate ipa file and install to the iPhone. Hope this helps.

我遇到了同样的问题,发现我可以从 xcode 而不是 iTunes 安装生成的 ipa。我使用了 xcode Windows 菜单 -> 设备并选择了我连接的 iPhone。然后在已安装的应用程序部分,我单击 + 以找到 ipa 文件并安装到 iPhone。希望这可以帮助。

回答by Santosh Botre

There are many different ways to install the IPA or .app file on the device from your mac machine.

有许多不同的方法可以从 Mac 计算机在设备上安装 IPA 或 .app 文件。

  • Apple Configurator 2
  • If IPA/.app is adhoc then using iTunes.
  • Open Xcode -> GO TO -> Window -> Devices and Simulators
  • 苹果配置器 2
  • 如果 IPA/.app 是临时的,那么使用 iTunes。
  • 打开 Xcode -> GO TO -> Window -> Devices and Simulators

Please refer iTunes 12.7 iPA installationfor step by step guide for all these three approaches.

有关所有这三种方法的分步指南,请参阅iTunes 12.7 iPA 安装