Install IPA with iTunes 11

IosXcodeItunesIpaApp Distribution

Ios Problem Overview


I have an IPA signed for ad-hoc distribution. I can install it fine with Xcode Organizer by dragging it to the device. It also worked with iTunes <=10 by dragging onto the device name. I'd like to install it via iTunes 11 though. Dragging it onto the device name, or the app section does not work. Any idea how to do it now?

Ios Solutions


Solution 1 - Ios

In iTunes 11 you can go to the view menu, and "Show Sidebar", this will give you the sidebar, that you can drag 'n drop to.

You'll drag 'n drop to the open area that will be near the bottom of the sidebar (I'm typically doing this with both an IPA and a provisioning profile). After you do that, there will be an apps menu that appears in the sidebar with your app in it. Click on that, and you'll see your application in the main view. You can then drag your application from there to your device. Below, please find a video (it's private, so you'll need the URL) that outlines the steps visually: http://youtube.com/watch?v=0ACq4CRpEJ8&feature=youtu.be

Solution 2 - Ios

For iTunes 11:

  1. open your iTunes "Side Bar" by going to View -> Show Side Bar
  2. drag the mobileprovision and ipa files to your iTunes "Apps" under LIBRARY
  3. open you device Apps from DEVICES and click install for the application and wait for iTunes to sync

Solution 3 - Ios

I always use the iPhone configuration utility for this. Allows much more control and is faster - you don't have to sync the whole device.

Solution 4 - Ios

For OS X Yosemite and above, and Xcode 6+

Open Xcode > Window > Devices

Choose your device. You can see the installed application list and add a new one by hitting +

screenshot of Xcode Devices

Solution 5 - Ios

for iTunes 12 and above (Yosemite) double click on IPA then browse your iOS device, on applist you will see the app, click the install on item.

Solution 6 - Ios

For iTunes 11 and above version:

open your iTunes "Side Bar" by going to View -> Show Side Bar drag the mobileprovision and ipa files to your iTunes "Apps" under LIBRARY Then click on your device. open you device Apps from DEVICES and click install for the application and wait for iTunes to sync

Solution 7 - Ios

For iTunes 12, drag the .ipa file from the Finder to the Apps area NOT inside your device (in iTunes)... alternately, you can just double click on the .ipa in the Finder.

Important note: you have to change Version and/or Build number. Otherwise, you get no notice from iTunes at all...

Then switch to your device in iTunes, and install or update the application.

Then hit sync.

Solution 8 - Ios

For osX Mavericks Users you can install the ipa-file with the Apple Configurator. (Instead of the iPhone configuration utility, which crashes on OSX 10.9)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionfabbView Question on Stackoverflow
Solution 1 - Iosconrad10781View Answer on Stackoverflow
Solution 2 - IosSameeh HarfoushView Answer on Stackoverflow
Solution 3 - IosjrturtonView Answer on Stackoverflow
Solution 4 - IosLithu T.VView Answer on Stackoverflow
Solution 5 - IossiniradamView Answer on Stackoverflow
Solution 6 - Iosmahendra yadavView Answer on Stackoverflow
Solution 7 - IosDan RosenstarkView Answer on Stackoverflow
Solution 8 - Iosmr.miiView Answer on Stackoverflow