Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run .app on iOS device [closed]

Tags:

ios

iphone

.app

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?

like image 942
Arpi Avatar asked Oct 18 '13 11:10

Arpi


2 Answers

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

like image 57
Kalpesh Avatar answered Sep 30 '22 00:09

Kalpesh


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 .

like image 40
Tendulkar Avatar answered Sep 30 '22 02:09

Tendulkar