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?
Asked
Active
Viewed 3.7k times
3 Answers
12
Firstly You have to Create .ipa File
- Create a folder called Payload
- Place the .app folder inside of that
- Zip up the Payload folder using normal compression
Then rename the file with a .ipa extension
After that just install through itune

Kalpesh
- 5,336
- 26
- 41
-
1
-
1Not for me (iTunes does not have app section any more so you can't drag it in to iTunes)... – Ahmadreza Jul 25 '19 at 07:57
-
-
-
Then, the .app FOLDER needs to be extracted and placed inside the Payload folder. Then steps and 4 should be followed as written above. – Apps 247 Aug 06 '20 at 15:16
-
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
-
-
-
No no I am asking Did he given permission in the provisioning profiles which the developer used in the app file – Tendulkar Oct 18 '13 at 11:44
-
-
-
-
let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/39488/discussion-between-arpi-and-tendulkar) – Arpi Oct 18 '13 at 11:56
-
clear instruction in this answer http://stackoverflow.com/a/14161279/1083128 – Mia Jun 09 '15 at 12:30
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