4

I upgraded the iTunes 12.7 version and found that I could not install ipa as before. The new version removes the App Store and the ringtone, which makes it feel awkward. I then found that I could complete the ipa installation by dragging an ipa to any list of devices.

App Store not found

drag ipa to itunes

byJeevan
  • 3,728
  • 3
  • 37
  • 60
jin
  • 51
  • 1
  • 4
  • Possible duplicate of [Install apps on device without iTunes](https://stackoverflow.com/questions/46194400/install-apps-on-device-without-itunes) – zoom8amit Oct 02 '17 at 13:16
  • Please refer the solution that I answered here https://stackoverflow.com/a/46520816/1722622 – zoom8amit Oct 02 '17 at 13:16
  • 2
    This question belongs to http://apple.stackexchange.com and should be migrated. – Macmade Nov 30 '17 at 12:04

4 Answers4

7

To get the ipa loaded drag and drop the ipa file onto the "On My Device" panel in the left hand column of iTunes and then press Sync & Done

enter image description here

Source: https://forums.developer.apple.com/thread/86806

Update

As the previous way seems not to work in all cases a better approach would be to use the Devices and Simulators utility from XCode

enter image description here

Then you can add and remove applications by clicking on the + and - sign below the applications list.

enter image description here

Baleato
  • 849
  • 9
  • 19
4

Another way: Steps for ipa installation

  1. Install Xcode IDE
  2. Connect your iPhone/iPad to your Mac machine.
  3. Open Xcode, you will see Window option on the toolbar, from there choose Devices option
  4. A window will be opened with all list of devices connected, choose your device from the list
  5. You can see installed apps in the window, with a plus icon, click on plus icon and choose your .ipa to be installed.
  6. Once chosen click on OK.
  7. It will install the app on the device.
1

I'm sorry to answer my question, but I could complete the ipa installation by dragging an ipa to any list of devices.

jin
  • 51
  • 1
  • 4
0

I went through the same problem and the solution to the link below resolved: https://support.apple.com/en-au/HT201593

:)

Rafael Botelho
  • 398
  • 5
  • 11