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

Viewed 24254

enter image description here

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

See Article Here: 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?

9 Answers

Open Xcode and go to Window Option and select 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.

Happy Coding

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.

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

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

  • Apple Configurator 2
  • If IPA/.app is adhoc then using iTunes.
  • Open Xcode -> GO TO -> Window -> Devices and Simulators

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

Related