문제

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