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
3 answers

distribute version only with iPA file

I need to upload a new version of a client of mine but i have only the iPA file from him. Is it possible to distribue new version using xCode 4.5? Couldnt find the right answer. Thank you!
-1
votes
1 answer

test a development ipa file on a not jailbroken ipad

I'm developing an app for a customer and to show it on his device I sent him the ipa file of the app and his device was jailbroken and he successfully installed the file on his device. but now he wants to install the app on a not jailbroken device…
m0j1
  • 4,067
  • 8
  • 31
  • 54
-1
votes
1 answer

Open .ipa with Xcode?

We bought 2300€ the application development 6 months ago, the developer has provided us with the Xcode project but the problem is that my Mac has been stolen ... The developer has disappeared ... Is it possible to generate a one Xcodeproj by…
Felix
  • 1
  • 1
-1
votes
1 answer

When I try to install ipa on my iphone it says "kAMDDeviceFamilyNotSupported"

I was installing ipa via itunes and it shows this error - kAMDDeviceFamilyNotSupported
Rajat Talwar
  • 11,922
  • 1
  • 18
  • 12
-2
votes
0 answers

Opening Steam console tab on iPhone via steam app or browser

How can you enter steam console tab on an iPhone? I wanted to pay to my steam fund from another currency, so I wanted to pay it through my phone because I didn’t have that currency setup in my PC. I had to pay a really specific amount. I tried to…
ALON3XT
  • 1
  • 1
-2
votes
0 answers

My build/ CI for Xcode is successful and i am unable to export .ipa files in Azure DevOps

I have tried Running CI pipeline in Azure DevOps (The build was Successful, and no error messages observed) for Xcode and unable to export .ipa files except .ipa file all other files I can be able to export, what might be the issue.
-2
votes
1 answer

.ipa file not able to sideload the .ipa file extended apps

.ipa file not able to load into alt store it shows al server could not be found while it is connected to the pc and the alt server is installed in it and it also shows the error that it could not connect to the alt server when i have already made…
Vipul Raj
  • 14
  • 5
-2
votes
2 answers

Distributing IOS apps unlimited outside of app store

We have a problem distributing our IOS application, because unfortunately App Store is not available in our country. Is there any method to distribute our application outside of App Store without organization limitation of in-house program? Thanks…
-2
votes
1 answer

Upload IPA with access account

My client is not giving credentials of his account, he gives me developer access of his account now I can upload ipa in specific user access account. I almost have three account access in one user panel but i'm confused that how I can upload ipa in…
-2
votes
1 answer

Fail to verify bitcode in TwitterKit.framwork/TwitterKit error: Platform iOS is not supported

I'm facing error while generating ipa, I was recently updating all pod plugins. After that I got this error, please check with the attached image:
-2
votes
1 answer

Objective-C Mapview crash on IPA (appstore version) Xcode 9 work well

All is in the title, everything is ok in Xcode 9. Application is ok for Apple, but all my mapwiew make application crash after download it from the Appstore. Xcode 9 - Objective-C - When running it with my iPhone SE or iPad 2 from Xcode, everything…
-2
votes
1 answer

iOS app screen dimensions

I have a problem when my apps ipa display in my device, because it does not display in fullscreen. thanks
-2
votes
2 answers

How to generate iOS IPA for Ionic app without Xcode and Mac?

My Ionic app is ready with Android platform. Now I need to generate iOS IPA for same using Windows OS or any online solution for same.
Ankit Maheshwari
  • 1,620
  • 6
  • 28
  • 55
-2
votes
1 answer

Unable to install LSF (v15.04) iOS Sample Application

I would like to test AllSeen Alliance Lighting Service Framework (LSF) v15.04 Sample Application on iOS platform. Platform details are: HW = iPad, SW = iOS:9.2, Build Version:13C75. I have downloaded the IPA files from LSF WiKi page…
-2
votes
2 answers

How can consistent initial processing times be obtained on builds uploaded to the App Store?

When I am uploading new builds to the App Store, the processing times for new builds do not seem to be consistent. What I mean is that a build can go through processing quickly as in a matter of minutes and sometimes they seem to get stuck for hours…
Daniel Zhang
  • 5,778
  • 2
  • 23
  • 28
1 2 3
90
91