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?

有帮助吗?

解决方案 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 .

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top