Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
1k views

xcode4 archive/ipa problem [closed]

Possible Duplicate: Xcode 4 Archive Version Unspecified Hi, I'm archiving an application for iPad adhoc deployment but when I try to share the archive, the option for ipa construction is ...
9
votes
3answers
2k views

How to reduce the size of my iPhone application?

Alternative Titles (to aid searches) Compressing PNGs Reduce the size of an iPhone Archive (.ipa) Adding a build rule to compress images in Xcode iOS Apps can only be downloaded via 3G if they ...
6
votes
0answers
858 views

iphone: how to build an IPA file from self-made app? [closed]

I programmed a small app for iOS, and I used Mac OS X 10.6.6, Xcode 3.2.5 and iOS SDK 4.2, all running in a Virtual Box machine 4.0. now I want the app to run on my iphone and to distribute it to ...
6
votes
1answer
3k views

Re-sign IPA (iPhone)

I currently build all my applications with hudson using xcodebuild followed by a xcrun without any problems I've received a couple of IPA files from different people that I would like to re-sign with ...
5
votes
2answers
224 views

How to check if font exist in iOS4 at runtime

I wish to check at runtime whether a font exists on the device (iphone/ipad)? Is there a way to do that?
5
votes
3answers
2k views

Three20 v1.1 and Xcode 4

Is there an easy way of getting Three20 v1.1 to work under xCode 4? I followed the steps on http://three20.info/article/2011-03-10-Xcode4-Support but that seems to be for the master. I use v1.1 as I ...
5
votes
1answer
381 views

When sharing archived app via email, why does Xcode attach both the ipa and the mobileprovision?

In Xcode: Window->Organizer Share...->Save to Disk... You get an ipa. Share...->Email... You get an ipa and a mobileprovision file as attachments. But is seems that the very same mobileprovision ...
5
votes
2answers
4k views

How to re-sign the ipa file?

How do I sign the ipa file with a provision profile after I generate ipa like the following with a different provision profile? I would like to sign ipa with adhoc provision profile for beta testing, ...
5
votes
3answers
2k views

MonoTouch Enterprise - Deployment

Our firm has begun building MonoTouch iPad/iPhone apps for enterprise deployment. How do I take the app and create a *.ipa file for upload to our MDM server?
4
votes
2answers
546 views

Releasing an ios mobile app built in flash builder 4.5 without apple certificate

I have a jailbroken iphone 4, and I want to create a release, an ipa file from a flex project I've written in flash builder 4.5.1, For testing purposes (on my device). Can it be done without buying ...
4
votes
4answers
4k views

Create .ipa for iPhone

I developed one application for iPhone. After I build I got .app file in build folder. My application name is Myapp, then i got Myapp.app file in the build folder. My problem is i want to create the ...
3
votes
2answers
82 views

iOS Application Updating - Is it possible to do partial update of .app?

I have an iPad application that during beta testing may need a small code update here and there, but has a large number of graphics assets (300MB+). Is there a way of creating a partial .ipa file ...
3
votes
0answers
212 views

How to audibly play IPA pronunciation on Android?

I have the IPA pronunciation for a word which I would like to audibly play back to the user. Can this be done using the built-in TTS engine? If not, is there a TTS engine out there that does support ...
3
votes
1answer
984 views

Can't submit app with CorePlot using Xcode4

I created an application in XCode 4 that uses Core Plot. I installed Core plot as an aditional SDK following the instructions from ...
3
votes
2answers
2k views

Xcode4: Alternative Way to build IPAs

So with XCode4, as is kinda well known, building .IPAs can only be created used "build and archive" if only one target has "Skip Install" set to "No". My problem is that our project contains multiple ...
3
votes
1answer
159 views

IPA file support prerequisites?

I have an in-house iPhone app. Developed about a year and a half ago. Up until now, I'd ship it to users as an ZIP-archived app bundle, instructing them to unzip, add to iTunes library and sync. Now, ...
2
votes
4answers
85 views

Please help me to create .ipa of my app

I tried last 1 day. refer all the question related my problem but can't find such a solution. I had follow all the steps create certificates, appid, adding device id , create provision, set in the ...
2
votes
1answer
333 views

Generating ipa from xcode command-line

Whats the best approach for generating an IPA file from command-line? I'm on xcode 4.2 and generating the archive using: xcodebuild -scheme AppStore clean archive This generates the .dSYM and .app ...
2
votes
1answer
61 views

interprocedural analysis

Does gcc (C, C++ and Fortran compilers in particular) support interprocedural analysis to improve performance? If yes, which are the relevant flags? http://gcc.gnu.org/wiki/InterProcedural says the ...
2
votes
0answers
539 views

ipa files unzip to cpgz …OS X Lion specific problem [closed]

I used to have no problem unzipping ipa files but now since I upgraded to OS X Lion, they just unzip to a cpgz and I end up going in a circle. Any ideas what's causing this problem or how to solve ...
2
votes
3answers
2k views

Resigning an application outside xcode

I have some apps i wanna resign with a different apple developer license, Problem is, i dont have source code, only the ipa file, the app and the archiveinfo.plist is it possible for me to resign the ...
2
votes
1answer
341 views

Xcode 3.2.5 fail to create IPA file

I'm trying to create an IPA file for my application using XCode 3.2.5 (iOS SDK 4.0). But after doing the "Build and Archive" I try to "Save to disk..." the ipa file and nothing happens. The message ...
2
votes
0answers
305 views

Java Runtime Error While Deploying SWF to IPA

I'm trying to make a mobile app with Flash Builder 4 using the AIR 2.6 SDK. Everything works fine on Windows, even on Android. But while compiling the SWF to an IPA file for iOS I get a Java Runtime ...
1
vote
1answer
125 views

How to make an IPA on XCode 4.3?

I have a Mac OS X Lion setup with XCode 4.3. I am not a registered Apple developer. I told, via the plist files: /Applications/Xcode.App/Contents/Developer/Platforms/iPhoneOS.platform/Info.plist and ...
1
vote
0answers
34 views

App works on device via direct install but doesn't via ipa

I've been surfing the net and have found no answer to this situation I have (though I find it surprising because I can't believe I'm the first one to come over this). Maybe I don't know the correct ...
1
vote
1answer
130 views

Can I distribute my App for any device without UDID?

I've been searching stackoverflow, reading in the various blogs to get answer to my question "Can I distribute my app to someone, without getting his device UDID?" The answers I found is all about ...
1
vote
2answers
163 views

Generate xcarchive into a specific folder from the command line

For the purposes of CI, I need to be able to generate an XCARCHIVE and an IPA file in our nightly build. The IPA is for our testers, to be signed with our ad-hoc keys, and the XCARCHIVE is to send to ...
1
vote
2answers
110 views

iOS's ipa distribution for testing

I have made an app for iPad and I would like to send this for testing to a friend. If I send the .ipa by email can he install this .ipa on his iPad? If he can't, what's the better way to install my ...
1
vote
1answer
110 views

iOS: Customize App Icon and Splash Screen via Enterprise (In-House) Distribution

When deploying an App via the Enterprise Developer Programs In-House Distribution there is a .plist file acting as descriptor for the .ipa file. Does anyone know if it is possible to change standard ...
1
vote
1answer
105 views

How to install ipa update without destroying user data

I'd like to know how install an ipa through iTunes that is just an update to an app I already have. I am developing an app with Flash CS5.5 and AIR for iOS. I can get the app on the device ok - I ...
1
vote
1answer
134 views

Ipa creation using any script(ipa creation from other ipa )

basically my project based on books(combination of pdf's and xml's). Due to some reasons we are maintaining more than ten provisioning profiles.when ever new device udid comes up we need to create ...
1
vote
2answers
206 views

Building An IPA Using Apple's Tools & Certificate For Jailbroken Devices

How do I crack my own IPA file for jailbroken distribution? Or alternatively how do I build an IPA that will work on a jailbroken phone? I purchased an apple certificate and am able to build an Xcode ...
1
vote
0answers
142 views

ad-hoc AIR app installation, without UDIDs

I am currently building an AIR app for iOS, targeting iPad, with Flash CS5.5. I realize Flash gives me the option to build and deploy the app as an ad-hoc deployment which is fine. But what I'd really ...
1
vote
2answers
186 views

Trying to publish an AIR for iOS app using Flash CS5.5, but no ipa is being produced

I've finally obtained an iOS developer license, I've managed to publish a hello world, basic kind of app, get an IPA file and install it on my iphone. However, now i'm trying something more complex, ...
1
vote
0answers
47 views

Archive - Share resigning is using old provision

So my distribution certificate expired (happy anniversary) so I had to go through the fun of new cert, provisioning profiles, etc. Everything seemed fine, made the new build and sent it to my client, ...
1
vote
1answer
397 views

How to re-archive an app.ipa file using xcode4 with an updated ad-hoc profile?

Lets suppose that: XCode4 is used to "Archive" a project and generate an app.ipa file that has been signed with an Ad-Hoc profile The Ad-Hoc profile is aware of 10 distinct iOS devices. This means ...
1
vote
1answer
63 views

Is it possible to have an external configuration file defined in the IPA?

Is it possible to have an external configuration file defined in the IPA that can be changed before the ipa file is loaded onto the device ? By default, the url defined in the configuration file will ...
1
vote
0answers
293 views

Installing IPA file from iOS app

I am trying to install an IPA file from my iOS-app written in Xcode (jailbreak with root access). For now I am using installBash.sh from Installous folder. This script is supposed to do exactly what I ...
1
vote
1answer
308 views

Very tricky question about iPhone/iPad resigned builds behaviors

Here's the thing.. Scenario: I got a ipa file which I get as a result of an Archive + Share process using XCode. The ipa file is signed using ad hoc distribution certificates and it can be ...
1
vote
3answers
552 views

Is there a way to install an ipa file to tester without all the apple stuff?

I have some ipa files and it turns out that I can install directly on my device without having to do anything unusual, just itunes. These apps are not in the app store, so I guess they've done ...
1
vote
1answer
442 views

issue with cs5.5: Can't install ipa on ios version prior to 4.3.1

Just downloaded cs5.5 and published my game for ios. The generated ipa file can install on iphone with ios4.3.1, but when I tried to install it on devices with ios4.2.1 or ios3.1.2, I got message like ...
1
vote
3answers
741 views

share ipa file xcode 4

If I create an .ipa file and send it to another person. Can he open it in iTunes just clicking on it ? And can he install in just clicking on it ?
1
vote
2answers
151 views

Load an iPad nib from an iPhone class

I have a universal app. I wrote all the iPhone code. Noe, rather than rewrite the code exactly the same, I would like to just have specialized xib files. How do I set up this new xib files. How to ...
0
votes
3answers
54 views

iPhone: how to get IPA onto non jailbroken iPhone without iTunes and without e-mail?

my friend borrowed me his (non jailbroken) iphone 4s to test my iphone application. How can I get the IPA onto his iphone without syncing with itunes? (IPA is created with Flash, so i can't use ...
0
votes
1answer
34 views

Testing iOS Ad-hoc IPA on iCloud synced devices

I have send a test build (IPA) to my client, but my client is using iCloud to sync his apps/music on iPhone (no iTunes). The only way I knew to test ah-hoc IPA is sync it using iTunes. Is there any ...
0
votes
0answers
14 views

When I move an .ipa into iTunes, what exactly is happening in the background?

I'm trying to automate this task... I'm testing an iPhone application and I want iTunes Wi-Fi syncing to keep me up to date with the latest build. I can handle getting the latest build, but I'm not ...
0
votes
3answers
35 views

Bundle multiple IPA's within a single IPA

Is there any possible way to bundle multiple IPA's or individual iOS XCode projects so that the end result is a single iOS IPA, installable on an iPhone/iPad? I have a daemon app that is entirely ...
0
votes
1answer
95 views

installing ipa file from the app

I want to install a new version of same app from the application inside and after n days of installing app. Suppose user install app.then after 10 days he will get a prompt that your app want to ...
0
votes
1answer
23 views

Get text file from document directory ipad

All,In my requirement need to send a mail with attached text file, which is in document directory,Here i can get the path of file which is in document directory,How do i attach the file from my ipad ...
0
votes
2answers
53 views

Application Loader gives error: Not a valid zip file

I'm trying to submit an app (.ipa) and the only error Application Loader gives is "Not a valid zip file." It doesn't say anything about signatures, provisioning profiles, certificates, or binaries, ...

1 2