AIR iOS app fails uploading to Apple (iTunes Connect)

I've been trying to upload my iOS app to iTunes Connect via Application Loader but it fails every single time. I'm getting the following error(s);
'Unable to run the lipo command: ... Can't map input file ...' and 'Application failed codesign verification'
I believe the second error is due to the first, but I'm not sure. I've been looking around the web for solutions and only found this thread on here, I've tried everything said there but nothing helps.
Replacing my game with an empty FLA doesn't seem to work either.

I'm on the latter side, usually it's a codesigning issue. How did you develop your certs and did you follow the order specifically in my list in that post? Often people use old certs but create a new app ID and expect the old certs to work.
There's been other discussions about extra "files" that Flash Pro inserts into IPAs (.zips in disguise). Because Flash Pro publishes to a folder that's not built specifically for that build, people sometimes copy extra files into that path. Those files can "automatically" and accidentally be added to the IPA without the author desiring that. You should check what files are being packaged with your IPA to verify there's no extra junk.
Are you using flash CS5.5 or CS6 and what version of AIR are you overlayed to?

Similar Messages

  • Open local PDF inside Air iOS app

    I am developing an AIR for iOS app for the iPad. My client would like the app to open a local PDF file within the app, rather than launching an external app (such as Adobe Reader). This is to give a seamless experience when using the app. I've seen that distriqt.com produce the 'PDF Reader' Native Extension based on www.vfr.org. VFR appears to have a series of interface controls that open along with the PDF, which I don't require. I emailed Distriqt a week ago to clarify, and have had no response.
    Does anyone know of any other solutions to open a PDF inside an AIR iOS app?

    I've managed to load a PDF successfully inside my AIR iOS app, using the code from http://thatsthaway.wordpress.com/201...1/#comment-102.
    However, I've just come across a weird feature / bug when viewing a PDF using stagewebview. I have a PDF that contains several internal hyperlinks, each navigating to a page within the same PDF document. If I select any of the hyperlinks, they do jump to the intended pages. However, if I reselect the same hyperlink again, it no longer works. If I select a different hyperlink, and then reselect a previous link, it will then work, but if I select the same hyperlink twice in a row, without selecting a different hyperlink in between, the link fails to work. The PDF hyperlinks all work ok outside of my app, on both Windows desktop and an iPad, just not inside of the AIR app.
    Any ideas?

  • Load an interactive slide into an AIR iOS app. Is it possible?

    HI,
    Imagine having a Flash app which could dynamically load an external interactiveSlide.swf with which you could interact with. You could then unload/remove the interactiveSlide.swf.
    I'm wanting to create a similar model for iOS.
    So I create my AIR iOS app that can dynamically load external content. My question is does anyone have any ideas how I could package the interactiveSlide so it could be loaded by the AIR/iOS app?
    .swf obviously wouldn't work.
    Thanks,
    Mark

    HI Chris,
    Thanks for taking the time to reply.
    Could you expand on your answer, which bit is very doubtful?
    Also in your knowledge would Apple work with a company and license it if the software they were developing was desired by consumer demand?
    Thanks
    Gary

  • Reduce publishing time for Air iOS apps?

    Hi,
    Currently it's taking my machine up to  4 minutes to publish an Air iOS app.
    Are there any settings or hacks I could try to reduce the time?
    I'm using Flash CS 6 + AIR SDK 16 on a Windows 8.1 laptop.
    Stats:
    - Intel Pentium Prozessor (1,5 GHz, Intel HD Graphics, Microsoft Windows 8, 64-bit)
    - 4 GB DDR3-RAM
    - 500 GB Hybrid-SSHD-Festplatte with 8 GB SSD
    Thanks for any tips.

    Hi,
    I'm really interested in this feature as well. Have spent a bit of time attempting to get one running through a native extension but it doesn't appear to work. I believe something in the AIR build process is blocking the components required. I've tried several methods so far:
    packaging the appex with an ANE
    packaging the appex with the AIR container app
    using a class instead of a storyboard
    But nothing seems to be working. This is even before the app extension is doing anything. My guess is that the plist file specifying the app extension isn't correctly being included in the application but I have no idea how to update it to test.

  • Is anybody else having their Adobe AIR iOS app crash within the first second of opening it?

    Is anybody else having their Adobe AIR iOS app crash within the first second of opening it?
    I am using iPhone 6, iOS 8.1.3, with a development certificate.
    With Adobe AIR SDK 16.0.0.283 and now with 17.0.0.93, after compiling the app (whether in release mode or debug mode), before the app getTimer() can ever reach 999 milliseconds the app will crash. No matter what code I have, it is just crashing before the runtime can ever reach the first second.
    Anybody else having this kind of behavior?

    Chris,
    Thanks for your prompt reply. I have found the way to reproduce. It is about interfaces, and when I try to call a method through an interface the app crashes. I think that it is related to having an interface with many parameters. I have logged the bug here:
    Bug#3935199 - iOS App crashes when calling an objects method through interface

  • Debug Air iOS app on device with Flash CS6?

    Hi,
    Is it possible to debug an Air iOS app on device to get all the trace() messages?
    I'm using Flash CS6 with the AIR SDK 16.
    Thanks

    Go to publish settings:
    - Select Quick publishing for device debugging and select your LAN/WIFI adapter IP from the list
    - Install IPA to your device
    - In Flash CS6 go to Debug panel -> Begin Remote Debug Session > ActionScript 3.0
    You will see:
    Waiting for Player to connect...
    in the output panel
    Now launch your application on your device. Be sure that you in the same WiFi network with your desktop. If Flash CS6 can't connect to the device and still waiting for it - try to disable firewall.

  • AIR iOS app as Remote controller

    Hi,
    Is it possible to build an AIR iOS app as a remote controller for an html based website?
    If it is what will be the direction to take?. I have been looking at the SocketServer API but is not clear to me that this is the answer.
    Any help or advise will be appreciated
    Thanks

    Solved!  ..."Full Screen Displays your application in fullscreen mode on the device. When this setting is enabled, the device’s status bar does not appear above your application. Your application fills the entire screen."

  • Sending Tweets via Adobe AIR iOS Apps

    Heya everyone.
    Is there a way that I can implement a tweet function into an AIR iOS app? I'm currently developing it in Flash Professional Actionscript 3. I understand that there's a method of doing it in Flex, but I have no knowledge in that area.
    Thanks .

    hey kglad, thanks for your help. things are a little clearer now.
    I had a look at the REST API Resources, and dug out the "POST statuses/update_with_media" which requires authentication. So I shall proceed with using tweetr's oAuth class.
    I've chosen to make the authentication a PINless one, since I'm currently dealin with an iPhone app, and I do not wish to disturb the user with a browser opening up everytime whenever an authentication is needed.
    I had a look through tweetr's pinless authentication tutorial and found this piece of code:
    oauth = new OAuth();
    oauth.consumerKey = "YOUR_CONSUMER_KEY";
    oauth.consumerSecret = "YOUR_CONSUMER_SECRET";
    oauth.callbackURL = "http://your.callback.url";
    oauth.pinlessAuth = true;
    oauth.addEventListener(OAuthEvent.COMPLETE, handleOAuthEvent);
    oauth.addEventListener(OAuthEvent.ERROR, handleOAuthEvent);
    var rect:Rectangle = new Rectangle(50,50, 780, 500);
    htmlLoader = HTMLLoader.createRootWindow(true, null, true, rect);
    oauth.htmlLoader = htmlLoader;
    oauth.getAuthorizationRequest();
    I'm guessing the above code goes into the constructor? Or into a private function itself where it'll be called when a button is pressed or something.
    Another question is, what is a request URL? It seems like the default address (according to my application details in dev.twitter.com) is http://api.twitter.com/1/. But that doesn't seem right at all.
    Cheers

  • IOS apps downloads not in the iTunes Store

    There are many iOS apps downloads site apart from iTunes Store can be downloads. My question is, how can i downloads the apps to my iPad?
    Is it perform as the same as the iTunes store? And why do the price differ from each other. Say for instance, i saw the angry birds are free, but in the iTunes Store is USD1.99?

    The apps cant be download straight to your device, like the iTunes Store does! I'm not sure wheather its legal or unlegal though. Pls check again from the said site, read the instructions and best of luck!
    If you ask me, i rather be download it from iTunes Store rather then gamble it. Maybe it can affect the stability of the apps and thus your device

  • Any way to get app available for sale when iTunes Connect is down?

    I have an app that was reviewed and approved yesterday and didn't make it out of "Processing for App Store" before today's iTunes Connect outage. Normally I could wait for this outage to pass but this app is for an event this weekend where 50k+ people will be visiting and it starts on Thursday. Is there anway I can get this made ready for sale without iTunes Connect?

    Never plan an event that relies on an app being in the store, much less approved.
    Apple does on occasion respond to requests for expedited reviews, but if the backend, which is part of the process, is unavailable, there isn't much you can do but reschedule and wait for approval.

  • IOS app fails to install on iPod touch using flash professional cs5.5

    I am having trouble testing apps on my 3rd generation iPod touch. The very first app I tried to put on there worked, the app was called mynewapp. Then I tried to put another app on there using the same provisional profile and same app id, the app failed to install. It didn’t matter if mynewapp was on my iPod touch or not. No matter what app I tried to put on my iPod touch they all failed to install, the only one I could get on there was mynewapp. I even created an app with the exact same code as mynewapp and this new app failed to install.
    Then I created a new provisional profile using the same app id that my first profile was using. I tried putting an app using the new provisional profile this app failed to install for the second time. The first time it was using the old profile.
    Then I created a new provisional profile with a new app id and I took an app and tied it to this new profile and app id this app seemed to install on the iPod touch. Right now only two apps can be installed on my iPod touch each app is using a different profile and app id. If I were to copy one of these apps and use the copy that was just created to replace the old version on my iPod touch the app would failed to install.
    I have spent over a week trying just about everything to fix this problem. I remember reading that multiple apps can have the same app id.
    I’m using a windows 7 64 bit computer with flash professional 5.5. Furthermore iTunes, Flash pro, AIR and my iPod touch are all up-to-date.
    What could be the problem?
    I’m sorry if this seems so long it is just I have tried many different things.

    As Colin says make sure your device is still supported by the newer AIR.
    Here's a page which you can check
    http://www.adobe.com/products/air/tech-specs.html
    Adobe stopped supporting older devices (after AIR 2.5 i think), so you can either re compile it with the older AIR or else move onto a newer device. Had the same issue with an iPhone 3g which no longer works.

  • IOS 8 extensions feature for Air iOS apps?

    Hi,
    Since iOS 8 it's possible to add extensions to iOS apps. (App Extensions - Apple Developer)
    Will that feature come to Adobe Air?
    Thanks

    Hi,
    I'm really interested in this feature as well. Have spent a bit of time attempting to get one running through a native extension but it doesn't appear to work. I believe something in the AIR build process is blocking the components required. I've tried several methods so far:
    packaging the appex with an ANE
    packaging the appex with the AIR container app
    using a class instead of a storyboard
    But nothing seems to be working. This is even before the app extension is doing anything. My guess is that the plist file specifying the app extension isn't correctly being included in the application but I have no idea how to update it to test.

  • Emoji in Adobe Air iOS app?

    Hello,
    We are using Adobe Flex 4.6 and Air 3.3 to develop iOS app. Does anyone know if it is possible to enable emoji in our app? Currently the emojis show up as squares.
    Thank you very much.

    omgallnamestaken,
    did you ever get anywhere on this?  Im trying to do the same thing on ios with air app running in the background.  thanks.

  • AIR iOS app - how much memory consumption is too much?

    Hi All,
    I have a Flex-based AIR app that runs fine on Android.
    On iOS (iPhone 4) it freezes after it's been running for a while, and I suspect that the problem is that the app is consuming too much memory.
    I'm looking at System.totalMemoryNumber, and it is reporting that the app is using between 17 and 23 MB right before it freezes.
    Is this a lot for an iOS app?
    Is there a better way for me to examine/research/diagnose this? I've done a lot of searching and it doesn't appear that AIR apps get any warning from iOS that memory is getting low...
    Thanks in advance! 
    Douglas

    Hi All,
    I'm answering at least part of my own question...
    I created a test app that added 10K characters to a string on each enterFrame, then ran it until it crashed. It seems to consistently get up to around 175 MB (as reported by System.totalMemoryNumber) before it crashes.
    This happened both with and without multiple other apps running in the background.
    As mentioned above, this is on an iPhone 4.
    So it appears that my current problem isn't caused by excessive memory consumption.
    Douglas

  • Acrobat iOS App file uploading

    Hi,
    I got an iPad like 2 weeks ago and have all my files in Microsoft's OneDrive. The iPad lets me open OneDrive's PDF's with the Acrobat App but changes made there to the file are not updated to the original OneDrive file. This is frustrating.
    Now, I cannot find a way to upload those PDF's from the Acrobat iOS App to my Acrobat.com cloud drive.
    Any options so my workflow doesn't become so annoing?
    Thanx!
    Enrique

    Currently, Adobe Reader for iOS provides cloud storage support for Acrobat.com only.  Any changes that you make to each PDF document on Acrobat.com will be automatically saved/uploaded to Acrobat.com when you close the document in Adobe Reader for iOS.
    For other cloud storage services (e.g. Microsoft OneDrive, Dropbox, Google Drive), you can download and open PDF documents in Adobe Reader using the "Open in Adobe Reader" feature.  However, as you pointed out, Adobe Reader does not upload PDF documents back to the cloud storage.
    You could transfer (a) all of your PDF documents from OneDrive to Acrobat.com on a desktop/notebook computer first or (b) open one PDF document in Adobe Reader at a time, make changes, and save/upload it to Acrobat.com by selecting the "Save to Acrobat.com" menu item. 
    I agree that the process is cumbersome and annoying.  However, those are the only possible options that I can think of.  Sorry for the inconvenience.

Maybe you are looking for