Question

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?

Était-ce utile?

La solution 2

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 .

Autres conseils

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

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top