AIR Publish for iOS Error: Install application on the connected iOS device

OK, I've been having this issue sporadically for a pretty long time now, I'm talking months if not over a year. Currently I am using Adobe Flash Pro CS 6 on a PC with Windows 8, AIR 4.0.0.1390 SDK installed. Sometimes, when publishing the App and having "Install the application on the connected iOS device" checked I receive the following error message although the iPad is connected with 2.5 GB available:
"Error creating files.
Uninstallation Error: Failed to send request to device.
Device Error: please check if there is enough space on the device."
I have found absolutely no rhyme or reason for this to occur. Sometimes it will, sometimes it won't, but I just tried publishing with install about four times, having unplugged the iPad, removed the previous App manually, closed the previously installed App, closed and reopened Flash, and it still won't install. Usually I can get it to install after a couple tries, thus dampening my urge to post a thread but I've now been driven to write due to the number of errors.
Oddly a Google search for "Uninstallation Error: Failed to send request to device." yields no results, am I the only receiving this message?
I keep hoping that new releases of AIR will resolve this issue but alas, no such luck. Anyone have a fix for this or able to confirm similar frustrations? I am currently using a first generation iPad, but have also experienced similar issues with third generation iPad.

I'm also getting the error in the post above when trying to publish and install with AIR 15.0.0.302 on an iPAD 2 iOS 8.0.2:
     Error creating files.
     Uninstallation Error: APIInternalError.
     Device Error: please check if there is enough space on the device.
- and I have 6.3GB of space, so I know that isn't the issue. I'm even attempting to compile a completely brand new (empty) fla, but the error persists. I've also tried to compile an ipa with AIR 14 and receive the same error. Possibly this has something to do with the latest iOS?

Similar Messages

  • File.upload on Air SDK for iOS devices failed to send http request to server.

    I am trying to use ActionScript's File.upload to upload a file on Air SDK for iOS8 environment, but the File.upload does not work properly. No handler about the file upload is executed after File.upload is invoked, and no exception is caught. When I check the network traffic of the server side, I found that no http request even hit the server after File.upload is executed. The code snippet here is very simple.
      private var file:File;
      private var dir:File;
      //This method is executed to create a file and upload it when the Upload Button is pressed.
      protected function OnUploadButtonPressed(event:MouseEvent):void{
      var str:String = 'This is test';
      var imageBytes:ByteArray = new ByteArray();
      for ( var i:int = 0; i < str.length; i++ ) {
      imageBytes.writeByte( str.charCodeAt(i) );
      try{
      dir = File.applicationStorageDirectory
      var now:Date = new Date();
      var filename:String = "test" + now.seconds + now.milliseconds + ".txt";
      file = dir.resolvePath( filename );
      var stream:FileStream = new FileStream();
      stream.open( file, FileMode.WRITE );
      stream.writeBytes( imageBytes );
      stream.close();
      file.addEventListener( Event.COMPLETE, uploadComplete );
      file.addEventListener( IOErrorEvent.IO_ERROR, ioError );
      file.addEventListener( SecurityErrorEvent.SECURITY_ERROR, securityError );
      file.addEventListener(ErrorEvent.ERROR, someError);
      file.addEventListener(ProgressEvent.PROGRESS, onProgress);
      file.upload( new URLRequest("http://10.60.99.31/MyPath/fileUploadTest.do"));//This line does not work. No handler is executed. No http request hit the server side.
      } catch( e:Error ) {
      trace( e );
      //Complete Handler
      private function uploadComplete( event:Event ):void
      trace( "Upload successful." );
      //IOError handler
      private function ioError( error:IOErrorEvent ):void
      trace( "Upload failed: " + error.text );
      //SecurityError handler
      private function securityError(error:SecurityErrorEvent):void{
      trace( "Security error:" + error.text );
      //Other handler
      private function someError(error:ErrorEvent):void{
      trace("some error" + error.text);
      //Progress handler
      private function onProgress(event:ProgressEvent):void{
      trace("progressHandler");
    When executed on Air Simulator, it works fine as expected, and the file is successfully uploaded to the server. But When executed on iOS devices(in my case, iPad), as I explain early, no handler about the file upload is executed, and no the http request even hit the server. So I think the problem may be in the client side. It seems that the Air SDK for iOS just failed to send the http request for some reason.
    To make my problem more clear, I list my environment below:
    Development Environment:  Windows7 (64bit)  / Mac os 10.9.4 (Tested on  OS platforms.)
    IDE: Flash Builder 4.7
    Air SDK:  3.8 / 16.0.0 (After I updated to the lastest Air SDK 16.0.0 , the problem still exists.)
    Application Server:  Tomcat7 + Spring
    Target OS: iOS 8
    I have been struggling for this for days. So I really appreciate it if anyone has any idea about this.
    Thanks in advance.

    Hi bluewindice ,
    As you have quoted ( ActionScript's File.upload does not work on Air SDK for iOS devices ) , this issue has been replicated at our end, and our team will be working on it.
    Thanks,
    Tushar

  • Air App for Android - error 301: application descriptor missing

    Greetings!
    I've been building in Flash for a while but am brand new to mobile development.  I'm currently trying to create my first Android app, a very basic game called "302 Saves The Galaxy". I don't intend to sell the game.  I'm really just trying to learn my way through the publication process for future projects.
    I've been able to get to the very last step in creating the apk file and I'm getting this error from the command-line process -
    "Error 301: Application descriptor missing/cannot be opened"
    Here's a screen shot of the command line window -
    Here are a few other details about my process -
    In Flash, I selected to publish to Air 2.0 because that's the only option I had (ie, no Air 2.5 option)
    I've triple-checked and all spellings seem to be correct in my command-line syntax
    I'm sure I'm missing something obvoius here.  Any suggestions?
    Thanks in advance!
    Joel

    Hi, Pahup!
    Thank you SO MUCH for that tip!  That solved the problem!  Like I said, I knew it must be something pitifully easy that I was overlooking. 
    Anyway, I really appreciate your taking the time to respond.
    Joel

  • Error coming while installing Berkeley database for IOS Device.

    Hi I want to install berkeley db in my MAC. My Xcode version is 4.5.2. I downloaded db-5.3.21(Berkeley) from oracle site.I installed command line tool for xcode. I installed berkeley db in my MAC for iPhoneSimulator. Where as for iPhone device I am unable to install. I am following below link for installing the berkeley db. http://docs.oracle.com/cd/E17076_02/html/installation/build_unix_iphone.html
    When I am installing berkeley db for IOS device it is showing following error.
    checking for arm-apple-darwin11.4.2-sh... no checking for sh... /bin/sh checking for a BSD-compatible install... /usr/bin/install -c checking for arm-apple-darwin11.4.2-cc... /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc checking whether the C compiler works... no configure: error: in /Users/celstra/rajaramesh/db-5.3.21/build_unix': configure: error: C compiler cannot create executables See config.log' for more details
    ............................... The error is telling that C compiler cannot create executables... But for iPhonesimulator it is not showing the error...
    Steps performed for installing Berkeley database for IOS device.
    export DEV_iOS=/Developer/Platforms/iPhoneOS.platform/Developer
    export SDK_iOS=${DEV_iOS}/SDKs/iPhoneOS6.0.sdk
    export COMPILER_iOS=${DEV_iOS}/usr/bin
    export CC=${COMPILER_iOS}/gcc
    export CXX=${COMPILER_iOS}/g++
    export CFLAGS="-arch armv6 -pipe -Os -gdwarf-2\
    -no-cpp-precomp -mthumb -isysroot $SDKROOT "
    export CXXFLAGS="-arch armv6 -pipe -Os -gdwarf-2\
    -no-cpp-precomp -mthumb -isysroot $SDKROOT "
    export CFLAGS=${LDFLAGS}
    export CXXFLAGS=${LDFLAGS}
    //export CPP=”/usr/bin/cpp ${CPPFLAGS}”
    export LD=${COMPILER_iOS}/ld
    export AR=${COMPILER_iOS}/ar
    export AS=${COMPILER_iOS}/as
    export NM=${COMPILER_iOS}/nm
    export RANLIB=${COMPILER_iOS}/ranlib
    ../dist/configure --host=arm-apple-darwin9\
    --prefix=$SDKROOT ...   
    Same steps i performed for iPHONESIMULATOR. But at that time c complier works fine. But while i am try to install for IOS device it is showing above error.
    Can we need any license software for this installation. Could any one please provide exact document regarding installation for IOS device.
    Any advice would be appreciated.
    Edited by: 1000547 on Apr 17, 2013 12:58 AM
    Edited by: 1000547 on Apr 17, 2013 1:03 AM
    Edited by: 1000547 on Apr 17, 2013 2:31 AM

    Thanks for the  reply komal i did that but not cleared..one thing when i create the build from my flash builder the error happens.but the same project i used in another flashbuilder and create build..That build works fine...is there any chance for flash builder compiler problem.
    cheers,
    venkat

  • Embedding swf files in AIR app for ios

    Hi,
    After going through a lot of articles already available, I found answers with varying views on the following questions:-
    1) Can we embed swf files using the embed tag in air app for ios, with symbols exported ?
    Something like [Embed(source="someSWF",symbol="exportedSymbol")]
    and also something like [Embed(source="someSWF")].
    From what I understand, one can't embed swf's with actionscript byte code in them. So exporting symbols actually creates class linkages which leads to creation of abc. But I'm unsure on this because some sources say otherwise.
    2) Can we embed swf files using embed tag in air app for ios, without symbols exported ?
    Something like [Embed(source="someSWF")]
    and also something like [Embed(source="someSWF" mimeType = "application/octet-stream")]
    I read somewhere else, that you can actually embed symbols separately by providing symbol tag in embed tag but not entire swf (which leads to uncompiled actionscript error) but not sure about this as this is contradictory to finding #1.
    3) If #2 is possible, then do embedding two different swfs with same symbol names would cause a conflict and result in #3747 error ?
    Please note I am not asking about the Loader class here but using the Embed keyword for embedding swfs.
    Also do the results differ with AIRSDK 3.8 and 3.9 and using different swf-version in compiler flags ?
    In our application we started getting error #3747 in class creation of one of the embedded swfs (like new EmbeddedClass()) when we changed from swf-version 17 to 21 using AIRSDK 3.8. So was this error not there earlier or it was there but swf-version was suppressing it ?
    Any help is much appreciated.
    Thanks!

    I am fairly sure that the answer to your questions is: “no”.
    For embed to work the AIR app would have to be working in interpreter mode, and that can work for local testing, but can’t work for submitting apps. An easy change for you to do would be to use SWCs instead of Embed. Other than that you’re looking at Loader, but also a tricky command line build of the app.

  • Cannot install applications because the certificate for .... is not valid

    Hello,
    We have an in house enterprise app that can no longer update.  We have taken the steps outlined here.  These steps include installing a SSL certificate on the server from a trusted CA (GeoTrust) that shows as valid in Safari on OSX.  Also the http to https redirect has been setup and verified in Safari and FireFox.  Addtionally, the plist file's XML has been manually updated to point HTTPS.  New installs work on iOS 7.1 without an issue. 
    However, the program has automatic updates that fail with the message "Cannot install applications because the certificate for .... is not valid".
    The update process works like this:
    A Plist file exists on the server that contains the version number of the build on the server.   The app will download the file and parse it into a NSDictionary then the verison into an NSString.  If the version doesn't match the current version then the user is prompted to install updates.
    When the user says yes to the prompt a UIApplication is sent the Open URL message with a hard coded download URL that looks like this:
    imts-services//?action=download-manifest&url=http://www.example.com/app/Release.plist
    On iOS 7.1 the user will receive the message "Cannot install applications because the certificate for example is not valid".   This error occurs even thought the certificate is valid.  It almost looks like the URL isn't respecing the redirect from the server.
    Has anyone else seen this?  Is there a work around for it?  Or do I have to redeploy the app (with an HTTPS in the hard coded URL)?

    kkoishi, cskimble, OS 7.1 update forced all software installation services to use the HTTPS protocol instead of HTTP. Here is Apache config that adds certificate support and code for changing links in existing *.plist files automatically: http://cases.azoft.com/how-to-fix-certificate-is-not-valid-error-on-ios-7/
    More ideas on Stack: http://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-wor k-on-ios-7-1/22527000#22527000

  • Adobe Air SDK for IOS, i'm searching for a week  to get the certificate and provisioning files

    Adobe Air SDK for IOS, I'm searching for a week  to get the certificate and provisioning files!!
    Please help me to get the certificate and provisioning files and I should pay to have these files.
    Thanks

    Apple doesn't provide support for third-party development tools.
    You need to post in the Adobe forums.
    You need a paid developer account to install apps on an iOS device.

  • Can't install itunes on mac!! error installing application!

    I can't seem to install itunes. when the software updated my itunes, it was screwed up. the screen was white and u couldn't see the playlist and during the software update it said that there was an error in installing the itunes upgrade or something. soo i've deleted all my files and trried to install it back but it wont allow me i constantly get the "error installing application" message. please help! should i jsut send it back and explain to them what happened. i still have to send it back either way because i get the random shutdowns. Also, i used the mac os install discs and after that i kept getting a message saying something about the not enough memory and stuff like that.
    what should i do?!? thanks!

    i tried doing that but it still won't work. i completely moved it from the computer. there's another itunes.pkg file so i dont know if i should remove that as well.

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Is System.gc() recognized in AIR 3 for iOS ?

    is System.gc() recognized in AIR 3 for iOS ?
    Or am I putting on a line a code that's just for pasterity ?
    I have made every effort to dispose(),null and removeEventListener any unused Object, hence to be able to tell the Garbbage Collector to "go ahead" is a really awesome feature.
    Can I confirm that this line of code work in iOS ?
    Thanks

    It's not useful if you are disposing of your objects properly.
    Cache will still ensue. Running a gc at that point can slow you down. iOS knows when it needs more memory and your dereferenced objects will be removed for you.
    Again, as long as you're cleaning up your objects properly, there is no need to manually call garbage collection. You may do 'the same thing again' and what otherwise would have already been in memory as cache would have to be reallocated, slowing you down.
    Flash Builder memory profiler will show you how it will act and if you're disposing your objects correctly. As long as you don't notice instances being generated and not removed when you thought they should have, you're fine.

  • Is the Adobe Air Packager for Desktop or Web Application Apps?

    Is the Adobe Air Packager for desktop or web applications?
    I'm testing the RoboHelp Adobe Air packager and noticed that
    it produces an *.exe file that must be launched locally. This makes
    it seem like it's only an alternative to the *.CHM format for
    desktop applications?
    Is there a way to link to webhelp topics packaged using Adobe
    Air to provide context-sensitive help (CSH) for a web application
    running on a remote server? Supposedly the Adobe Air packager has
    CSH capabilities, but I've found zero documentation on how to set
    this up.

    Hi Dirk.
    Peter Grainge has an article on Air's use on his
    site.

  • Director 12 publish for iOS

    I'm using the trial version on a Windows machine but publish for iOS is disabled. Has it been disabled deliberately or do I need to be using Director on a Mac?
    Thanks.

    You need to use Director on a Mac for iOS publishing. You will also need an Adobe developer license and the appropriate provisioning profiles for your iOS app, as well as Xcode.
    http://helpx.adobe.com/director/using/publishing-ios-devices-using-director.html

  • Is there a pre-installed application on the iMac that would allow me to crate documents, presentations and spreadsheets or do I have to buy iWork for this?

    Is there a pre-installed application on the iMac that would allow me to crate documents, presentations and spreadsheets or do I have to buy iWork for this?
    Thank you.

    No pre-installed app that will do all that, and yes, you could buy iWork - or you could download the free (although they do seek donations) LibreOffice: http://www.libreoffice.org/ or OpenOffice: http://www.openoffice.org/porting/mac/

  • Lag When Programming For iOS Device With Adobe Flash Professional.

    Hi, I'm trying to make an Application for iOS device, Everything is find, but when i installed it on my iphone 4 and my iPhone 4S my game start lagging, i don't what to do, i tried to simplifed the code but nothing is working i dont know if it's in the rendering or when i'm trying to export, but on my iPhone it's lagging.
    Any Help Please, Solution ?
    Thanks
    Francis

    Target gpu on the device you're testing .. you'll get much better results.
    You can do it on the xml configuration file on <renderMode> or if you're publishing in flash on the settings of renderMode select GPU.
    Also get rid as much as you can from vector graphics and use bitmaps instead.
    You can use Adobe's method of converting a vector in bitmap like this : myMC.cacheAsBitmap = true;
    And also if you're moving an object, scaling or changing it's transparency use myMC.cacheAsBitmapMatrix = new Matrix();
    These are some basic optimization tips.

  • My Mid-2011 Macbook Air becomes extremely hot when installing apps from the Mac App Store and when deleting apps

    My Mid-2011 Macbook Air 13-inch (OSX 10.8.1 Mountain Lion) becomes hot to the touch when trying to delete large documents, watching videos after waking it from sleep-mode and when installing applications from the Mac App Store. This has also been happening with OSX Lion before I upgraded it to Mountain Lion.

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    What needed to be done the day that you set up the new Mac was go into the Mac App Store (MAS), sign into your iTunes/MAS Apple ID, go to the Purchases pane and Accept the iLife apps that would have been there in a special section. That would have sent you Mac's unique identifier code to Apple's servers and verified that this Mac was eligible for the bundled iLife suite and then registered these apps into your MAS account.
    You might try going to  ~/Library/Caches/com.apple.appstore/adoption.plist, delete the adption plist, restart the Mac and then go to the Purchaes pane and see if you can Accept the apps into your account.

Maybe you are looking for

  • WE03 Output type with print version '3' (Collective Slip)

    I am using output type WE03 with combination of print version 3 (Collective Slip) to print GR slips. My requirement is to print all the line items on single page (unless there is no room) . However with this output type one line item is printed per p

  • Mess up when adding photos to a web gallery

    Hi everyone, Once I have created a web gallery and the sync with mobileme has be done, everything is ok. But as soon as I add more photo to this web gallery, the sync with mobile me isstill ok, but the display on aperture is completly mess up. It dis

  • How need i configure a servlet in NES 4.1 TO PROXI REQUEST TO WEBLOGIC

    I have some problems to configure NSAPI plug-in to work correctly, do u now if is necesary configure another file that obj.conf and have the correct version of libproxy.so.Have some clues for my?I was reading the information available in www.weblogic

  • Which is the better converter for mts and mpg files?

    Ok, I just have a quick question regarding conversion software. Does anyone know which is better...PAVTUBE or CLIPWRAP2? Besides the cost...pavtube is cheaper. Which one is faster and offers the best quality? OR is there even a better one out there?

  • Urgent for know my ipad is using, but my icloud cant search?

    Hi all of you, my ipad now is using to download the music but i use my iphone to "find my iphone" the apps are not taking any route, i have do the activate lock and play sound on my ipad but is offline, The people is still dont know my icloud is sett