12

I have .app file of application I have mac and iPhone but do not have Xcode installed. How to install app on iPhone without Xcode?

Amar
  • 13,202
  • 7
  • 53
  • 71
Arpi
  • 397
  • 2
  • 5
  • 14

3 Answers3

12

Firstly You have to Create .ipa File

  1. Create a folder called Payload
  2. Place the .app folder inside of that
  3. Zip up the Payload folder using normal compression
  4. Then rename the file with a .ipa extension

    After that just install through itune

Kalpesh
  • 5,336
  • 26
  • 41
6

drag the app file into iTunes and then select your device in the iTunes . After that you can find the apps tab on the iTunes. Then you will see the dragged app file . CLick on the install and sync your phone .

Tendulkar
  • 5,550
  • 2
  • 27
  • 53
1

You don't. If you have an application package (.ipa file) that is signed with a provisioning profile that authorizes it for your device, you can install it in iTunes.

The other option is to jailbreak your phone, but I don't know anything about the details of that.

Duncan C
  • 128,072
  • 22
  • 173
  • 272