Questions tagged [ipa]

.ipa file type is an iPhone application archive file which stores an iPhone application.

Each .ipa file is compressed with a binary for the ARM architecture and can only be installed on an iPhone, iPod Touch, or iPad. Files with the .ipa extension can be uncompressed by changing the extension to .zip and unzipping.

.ipa files cannot be installed on the iPhone Simulator because they do not contain a binary for the x86 architecture. To run applications on the simulator, original project files which can be opened using the Xcode SDK are required. Occasionally, however, some .ipa files can be opened on the simulator by extracting and copying over the .app file found in the Payload folder.

1364 questions
-1
votes
1 answer

Install .ipa with iTunes 12.3

I would like to install an application that I exported as .ipa with Xcode. I exported the file with Xcode 7 Beta and without Apple account developper. I followed several tutorial to install the application on my iPhone (connecting the device - click…
hgcahez
  • 413
  • 6
  • 20
-1
votes
1 answer

CodeSign Error: Code signing is required for product type "Application"

Hey I'm trying to install a unsigned IPA on my jailbroken iPhone running iOS 8.1 but when I go to build it for my device (as done in this guide:…
Pecans
  • 153
  • 1
  • 12
-1
votes
2 answers

Show Content of app file after unzipping the iPA, and opening exec shows my local path

I've developed an application and I need to remove my computer local path from the generated iPA file. I did the following: unzipping iPA file. click on show package content. open exec(appname.exec) file with text editor. Now I can see some binary…
BoazGarty
  • 1,410
  • 4
  • 18
  • 38
-1
votes
1 answer

IPA Server setup failing on CentOS 6.6

When I try to install/configure IPA Server on CentOS 6.6, I see the following error message [root@machine1 ~]# ipa-server-install --setup-dns "Must be root to set up server" Installation went fine with out an issue but when I try to configure…
tele voip
  • 9
  • 2
-1
votes
1 answer

How do I compile IPA files on Windows?

I recently have been wanting to compile IPA files on windows but I have not found any solutions. Apple says you can only compile on Mac. But I disagree, because you can compile on other operating systems, even mobile operating systems. I know an app…
-1
votes
1 answer

Where are iTunes App store IPA files hosted once they are approved by Apple?

I understand that provisioned distributions and enterprise app can and are hosted outside of the Apple ecosystem. Just as IAPs are. But I'm wondering once you submit the IPA for approval by Apple to the public app store and it's approved. Does Apple…
kenblaue
  • 13
  • 1
-1
votes
1 answer

Create and upload build ipa file in app store after creating game application in libgdx

I have created a gaming application in libgdx and I intend to upload the binary file (.ipa) in apple app store. But I am clueless about how to generate the ipa file and upload it in the apple app store. Please throw some light on the procedure to be…
-1
votes
1 answer

Xcode doesn't Archive last version of app

I build an application and I use Ad Hoc distribution. I have a problem generating a ipa from an application. The application compiles just fine and even works in the simulator with the current version. When I trying to compile from the archive it…
Armanoide
  • 1,248
  • 15
  • 31
-1
votes
1 answer

Getting code from .ipa file

Is it possible to get code from .ipa file ?
user3540499
  • 89
  • 1
  • 5
-1
votes
2 answers

App struck on iPad while installing ipa from iTunes 11.1.3?

My app got strucked on iPad while i try to install ipa from iTunes.I made an ipa from xcode 5.0.2. and my ipad ios version is 5.1.1.Will this be any problem to install ipa. My ipa is installing more than 50% and from there its not moving further.
user2230971
  • 287
  • 1
  • 7
  • 22
-1
votes
1 answer

XCode 5 build without developer account

Now that the JB for IOS7, and appsync also released, I would "only" need to build an IPA to test my software on my device. -Fake code signing tutorials made for xcode 5 don't work with xcode 4 -I can't seem to make an unsigned IPA (afaik, this would…
user1269009
  • 463
  • 3
  • 13
-1
votes
1 answer

Making app unusable in client device

I have created a build for my client with my developer account and sent him the build. Now I want to make the build unusable ie the build shouldnt work now when he opens the app. Should I delete the certificates and provisioning profile ? Would that…
user1923809
  • 159
  • 1
  • 9
-1
votes
1 answer

I can not install ipa on my device

I do not understand because if I have my device udid iphone 5 with ios 7.0.4, it fails to install the ipa, but other devices that works for me ... I need help
user2652032
  • 85
  • 2
  • 9
-1
votes
1 answer

In-house app won't work after 1 year

I created in-house app for iPad and we'll use that app in around 100 iPads. From research I got info that After expired registration created provisioning-profile won't work and because of that APP won't work too. IS it true? What can be the…
krish kim
  • 192
  • 4
  • 9
-1
votes
3 answers

How would you convert this swf file to run as an app on iOS(or to fully function the way it does now)?

I stumbled upon this developers marvelous PipBoy iOS app, and was eager to see it finished so I could get a copy and fulfill my dream of owning it. However, he's been silent for a long time, but posted this preview here…
user2284853
  • 1
  • 1
  • 1
  • 1