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

learn more… | top users | synonyms

0
votes
1answer
14 views

No IPA file found when building with Visual Studio

I'm developing my project in Visual Studio 2012 using Xamarin Monotouch. I choose profile Ad-Hoc, specify signing information (provision profile, identity etc) and build my project. But I see no IPA ...
0
votes
1answer
31 views

App behaves different when run from XCode compared to .ipa

I have a very puzzling problem. My app uses several custom buttons that use gesture recognizers to determine a tap or a long press. When I run the app from XCode on my device everything works as it ...
1
vote
1answer
44 views

NSUserDefaults working on device and simulator but returning NULL on device when installed via .ipa

I am encountering very strange problem. I am saving users email and a encrypted key with [[NSUserDefaults standardUserDefaults] synchronize] for login to my webserver with my ipad app. This method ...
-3
votes
1answer
30 views

Image detection in real time [closed]

In my prototype I have to detect an image in real time means when I open the application an camera view is coming and when I bring it in front of my mac mine from any side it should tell that it is a ...
0
votes
1answer
52 views

PhoneGap App Crashes while installing in my iPhone..

I have created the app using Phonegap 2.7.0 version.I have build the .ipa file and installed it.App crashed, But using Phonegap 1.6.0 Version it's working well. No crashes on installation.Please help ...
0
votes
0answers
21 views

How do I programatically check if a certain provisioning profile is installed on an attached IOS device using published APIs?

How do I programatically check if a certain provisioning profile is installed on an attached IOS device using published APIs? The iPhone Configuration utility can do it - but does it use a proprietary ...
-6
votes
3answers
61 views

Why upload an app to app store? [closed]

I can make a package (xxx.ipa) for an app, then synchronize this package to IOS device. Someone can do this and why need upload app to app store?
-3
votes
0answers
63 views

How to publish an iPhone app by Windows?

I already have an iOS developer account, and I have many development tools for developing iOS Apps on Windows or Linux, there are also many web sites provides this service via their web interface ...
0
votes
1answer
47 views

iOS: Cannot install app as IPA

I followed the steps to create an IPA of my app and would like to install via iTunes. After importing to library, I can see my app listed in the Apps section and a button says "Will Install" is on the ...
1
vote
0answers
37 views

Trigger.io IOS package duplicating files

I have for the first time went to build my production IOS app with trigger.io and was a little shocked at the file size so when I went to look at the IPA I noticed that in the root of the IPA it had ...
2
votes
2answers
49 views

iOS privacy of files inside IPA

I have added an sqlite DB to my iOS project and I would like it to be private, I don't want any user to see what is inside. But once created the .ipa file, if I change its extension to .zip and see ...
0
votes
1answer
38 views

iOS: Different image sizes when app is installed via Xcode or IPA

I'm getting different image sizes in a UIBarButtonItem when I install the same app on the same device through Xcode and through an IPA (iTunes). As you can see, the image appears to fit in the ...
1
vote
1answer
106 views

Why won't my build phase scripts be executed when creating an IPA from command line?

Question - short version: Why won't my build phase scripts be executed when creating an IPA from the command line? When I'm running xcodebuild to create an IPA the predefined build phase scripts does ...
0
votes
2answers
55 views

Can I sign the iOS app with an AdHoc profile wihtout using XCode?

Preferably using Linux, Windows is also OK. Something like openssh and zip?
0
votes
1answer
58 views

Do I need to sign IPA file to get on testflightapp.com?

I have MyApp.app/ folder on iphone, and my app works fine on JB phone. But I'd like to try on testflightapp.com, but site is puzzling me. I know I can create simple IPA by copying contents to Payload ...
0
votes
0answers
22 views

SSML International Phonetic Alphabet (IPA) symbols

I am using VS2012 Visual Basic.net with TTS (Text To Speech). Can I please have some help to spell words to use in SSML for TTS. I have found this link: ...
-1
votes
1answer
46 views

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 ...
0
votes
2answers
312 views

how to download .ipa file as an email attachment in iPAD itself

I want to send my .ipa file as an email attachment and download it in the iPAD itself using internet(safari) for testing purpose.My device-UDID has been registered with the provisioning profile.Is ...
0
votes
0answers
15 views

functions on the program are invalid after installed via ipa

When I run the program on ipad directly,the program was all right, and the program was packaged to ipa successfully via ad-hoc, but when the program was installed via the ipa,I meet a program, some ...
1
vote
3answers
95 views

.ipa file with mobile provisional certificatie

I have developed my app, and created ipa file. I have added the list of devices ID and I downloaded the certificate. Now I want to send the .ipa file to customer. Is it enough to send the .ipa file ...
-1
votes
3answers
186 views

how to create .ipa file from Corona SDK

Please tell me how to create .ipa file instead of .app file in Corona SDK? and how to submit Corona Application in Appstore?
2
votes
2answers
95 views

Is it safe to share the iOS Enterprise Distribution Certificate with external developers?

I am in the following situation: We have an enterprise developer account and for an app we are working with an external developer. At the moment we do not have access to the source code so we can't ...
2
votes
1answer
144 views

What is difference between .ipa with development provisioning and .ipa with adhoc distribution provisioning profile?

I looked on stack overflow there are many similar questions but could not understand exactly. As my knowledge there are three types provisioning profile - Development provisioning profile Ad hoc ...
1
vote
3answers
45 views

Linker error only while archiving

When I build my project with iOS Device, there is no error. I can even run the project on simulator wit debug mode. But when I try to create an ipa using archive, this error comes up. I just added ...
0
votes
0answers
34 views

missing Java library Mac osx AIR Developer Tool

I'm hoping someone can help or has experienced a similar problem with using Adobe AIR for development and packaging of iOS apps. I'm currently trying to build my as3 source code into an ipa to install ...
0
votes
0answers
63 views

alternative for in-app purchasing in corona sdk?

In my applications i used in-app purchase but now i need alternative solution for in-app purchase.i need another payment mechanisms for my application.
-1
votes
3answers
44 views

distribute version only with iPA file [closed]

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!
2
votes
2answers
149 views

Cannot distribute AdHoc ipa file

I have a xcode project that I would like to distribute to collegues of mine, I have therefore added all my collegues UDID in the devices section of the provisioning portal, I then downloaded the ...
0
votes
0answers
50 views

Xcode and Archiving to ipa file

I have a project in Xcode. What the app does is you can take photos and the photos are listed in a table and when you click on a cell, it will display the photo in the next page (segues to that page). ...
0
votes
0answers
109 views

How do you add a mime_type to virtual host config in apache 2.2?

my task is to make apache 2.2 recognize a .plist and .ipa content type. I have taken a look at the mod_mime official docs, but I honestly can not understand them--barely at all. It tells me in great ...
0
votes
1answer
268 views

How to link to an .ipa file (over the air ios app installation) using django and STATIC_URL?

I have a django server set up in development. It is basically the simplest "app store" you can imagine. I can now finally serve up static images using STATIC_URL as the prefix. I however have failed ...
0
votes
0answers
65 views

iOS - Deploying an IPA gives “Could not peruse package” (Enterprise install)

I have a PhoneGap/Cordova application that has been developed, built, tested, and even wirelessly deployed successfully. So, the XCode project is set up correctly and the IPA we manually build works ...
0
votes
2answers
93 views

Two file with the same name by cocosbuilder

I would like to use cocosbuilder and cocos2d-x to develop my game for old and new iPhones. I would like to create one file for two resolutions. I created one ccb file and then I published it to retina ...
0
votes
1answer
48 views

coredata values not contain in my ipa file ios

I had used core-data successfully in my project. But when I build the ipa to test on device, it contains no values stored in core-data. can anyone help me in this context? Thank you in advance
0
votes
0answers
56 views

One source code with different sets of database and asset

I'm new to Android and iOS. Now I have developed a project that has Android and iOS versions. I have one set of source code , but I want to compile this same source code with different database and ...
1
vote
3answers
300 views

How can I make a demo video of an app when I only have an IPA file?

I want to run/test my .ipa file on simulator as i want to take demo video of the app. I searched for two hours now with no result saying yes that it can be done. I have gone through following links. ...
2
votes
1answer
145 views

Need to re-sign the IPA file with my ad hoc profile

I tried to resign one IPA file (Project is build under HTML 5) using this following scripts, unzip application.ipa rm -r "Payload/Application.app/_CodeSignature" ...
3
votes
3answers
95 views

Name of the Certificate/Authority who signed IPA [iOS]

Other question show how you can sign an already signed IPA, like this, or this. Specially this part is what interests me: /usr/bin/codesign -f -s "iPhone Distribution: Certificate Name" ...
0
votes
3answers
241 views

Air for iOS “Device Error: Please check if there is enough space on the device.”

So I have encountered this error. One day everything works fine, the other I can't upload the ipa to my iPad from Flash Pro CS6. Obviously I have checked there's enough space in the device. iPhone ...
-4
votes
1answer
288 views

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 ...
0
votes
1answer
57 views

Using Apps as content for in-app purchases

I'm looking for a way to download iPhone apps (or just the .app content of the Payload folder) as an in-app purchase. I work with a company who has built their entire asset library in Flash and we're ...
0
votes
0answers
464 views

download and install .ipa file for over the air distributiopn of iOS app [closed]

I want to distribute my ipad application through Ad Hoc distribution. I have generated the .ipa file and the .plist files. I have them packaged in an enterprise application running on websphere ...
0
votes
1answer
122 views

Cordova 2.2.0 and ios generating ipa file from teminal error

I am using cordova 2.2.0 library for creating ipa file from terminal. When I am using below command: xcrun -sdk iphoneos6.0 PackageApplication -v ...
1
vote
0answers
672 views

Failed to install ipa file programatically in iOS 6

I use MobileInstallationInstall to install ipa files in a jailbreak iOS. It works well in iOS5, but it fails in iOS6. I checked the logs and find the following: required to have an entitlement named ...
1
vote
3answers
647 views

Install iOS application( ipa file) inside another app ?

I try to write an app, it can download an application from web server ( ipa file) and install it. Does anyone know how to install this ipa file ? Can i do it using OTA inside app or use command line ...
0
votes
2answers
48 views

Error re-signing and updating build number of .ipa

My enterprise certificate is expiring soon and I am trying to re-sign my apps. I'm taking the .ipa file and running a re-signing script. Everything works perfectly there. I can install and use the ...
0
votes
1answer
58 views

Where I can find an ipa file containing private API?

I want to have an ipa file generated with Private API to test whether private-api identifying tool works or not. Could someone tell me how I can find such file? Thanks.
0
votes
0answers
20 views

I have integrated parsekit in my project and cant make ipa

I have integrated parsekit in my project and now i am unable to create ipa, when ever i archive i get "Generic Xcode Archive". How can this be resolved. Note:- I have already set skipInstall flags ...
0
votes
0answers
64 views

(iOS) What does kbViewRecoverNormalState means?

We have this crash in our app that has this kind of log. "date= 2013-02-03 07:12:17 +0000; buildVersion = 1.0.0; model = iPhone; systemName = iPhone OS; systemVersion = 5.1.1; timeSpent = 1008.14; ...
0
votes
1answer
941 views

How to create a .ipa file in XCode 4.6? [duplicate]

I am trying to put my xcode project on my (jailbroken) iPhone. what can I do? i tried to Archive the product but it is greyed out. Also, when I plug in my iPhone and try to build it with xcode in my ...

1 2 3 4 5 6