How to run .app on iOS device [closed]
Asked Answered
A

3

12

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?

Automaton answered 18/10, 2013 at 11:4 Comment(2)
Use iTunes to install.Comstock
why don't you just install xCode it's for free if you have MAC and iPhone you must download xCode.Symposiac
H
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 .

Herwin answered 18/10, 2013 at 11:9 Comment(9)
i followed your steps but its failed to installing message .Automaton
Did the developer given access to your device or not?Herwin
yes device is registered on developer accountAutomaton
No no I am asking Did he given permission in the provisioning profiles which the developer used in the app fileHerwin
yes provisioning profile installed in this deviceAutomaton
Did you installed on the device successfully ?Herwin
no its again failed to installAutomaton
let us continue this discussion in chatAutomaton
clear instruction in this answer https://mcmap.net/q/344819/-install-ipa-with-itunes-11Porkpie
O
12

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

Olympia answered 18/10, 2013 at 11:11 Comment(6)
is this working or not?Bobinette
Not for me (iTunes does not have app section any more so you can't drag it in to iTunes)...Drobman
@Alfi u found some other solution?Transitory
First, the .app file needs to be renamed to .zipGradin
Then, the .app FOLDER needs to be extracted and placed inside the Payload folder. Then steps and 4 should be followed as written above.Gradin
That's what is written in a Medium article on this topic.Gradin
H
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 .

Herwin answered 18/10, 2013 at 11:9 Comment(9)
i followed your steps but its failed to installing message .Automaton
Did the developer given access to your device or not?Herwin
yes device is registered on developer accountAutomaton
No no I am asking Did he given permission in the provisioning profiles which the developer used in the app fileHerwin
yes provisioning profile installed in this deviceAutomaton
Did you installed on the device successfully ?Herwin
no its again failed to installAutomaton
let us continue this discussion in chatAutomaton
clear instruction in this answer https://mcmap.net/q/344819/-install-ipa-with-itunes-11Porkpie
B
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.

Burnejones answered 18/10, 2013 at 11:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.