As KMT mentioned, TestFlight is an excellent alternative for this sort of thing. However, if that’s not an option then there’s still a bunch of different ways to install an
.ipa
in a post-iTunes 12.7 world. The ones I know of are:
Xcode — If you open the Devices and Simulators window and select your device on the left, you can drag a
.ipa
to the Installed Apps list.Apple Configurator — Run the app and drag the
.ipa
to the device in the All Devices window.iTunes 12.7 — Run the app, click on the icon for your device at the top of the main window, and drag the
.ipa
to the On My Device in the sidebar.legacy iTunes — See this Apple support article.
I just checked the first three options myself and they all worked as expected with an Ad Hoc signed
.ipa
. I didn’t check the last option because it’s not something I recommend.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"