Publish Air (SDK 3.8) iOS crashs

Hi!
I have problem with publishing air (SDK 3.8) iOs Flash CS6 application for iPhone 5.
I have created app with classic texts, png images with actual size (is PPI required to be 72, or can it be anything), add png -icons and launch picture named "[email protected]". Tests with Flash goes right and navigation seems to be working. Flash publish ipa but application only gives white screen and crashs.
What can be wrong?

Hi!
I'm still wonderin. App is realy simple "from frame to frame". It doesn't require any access. You were right that it runs perfect with Android, but not with iOS.
I have also edited AS3 settings: text layouts default linkage is changed from RSL to "Merged into code".
Frame 1 code is like this:
stop();
bt1.addEventListener(MouseEvent.CLICK, buttonClick10);
function buttonClick10(event:MouseEvent):void{
gotoAndStop(2);
bt2.addEventListener(MouseEvent.CLICK, buttonClick11);
function buttonClick11(event:MouseEvent):void{
gotoAndStop(3);
bt3.addEventListener(MouseEvent.CLICK, buttonClick12);
function buttonClick12(event:MouseEvent):void{
gotoAndStop(4);
bt4.addEventListener(MouseEvent.CLICK, buttonClick13);
function buttonClick13(event:MouseEvent):void{
gotoAndStop(5);
//scroll texts
var where:Number =  250;
var stageHeight:Number = 900;
function dragOn(e:MouseEvent):void{
          var howLong:Number = e.currentTarget.height;
          //Rectangle(x,y,width, height);
          var longRec:Rectangle = new Rectangle(65, stageHeight-howLong, 0, howLong-stageHeight+where);
          e.currentTarget.startDrag(false, longRec);
function dragOff(e:MouseEvent):void{
          e.currentTarget.stopDrag();

Similar Messages

  • AIR SDK 17 release iOS error

    Hi,
    I just added the new stable release of AIR SDK 17 and it is not working with Flash CS6.
    I tried to publish and install an iOS app to my connected device via USB but I always get an error "Check if iTunes is installed".
    The latest stable AIR SDK 16 is working fine, and yes, iTunes is installed on my PC.
    DETAILS:
    - Flash CS6
    - AIR SDK 17 (stable, not beta)
    - System: Windows 8,1
    - iPodTouch with iOS 8.1
    REPRODUCE:
    Open new AIR iOS template and publish/install it to a USB connected iOS 8.1 device.
    How to make it work?

    I have the exact same problem, except that if I remove the AIR 17 SDK the problem continues... I had to uninstall completely all Apple components on my computer and re-install iTunes. Any idea on what's the issue ? I want to use AIR 17
    (Edit : that's on Windows 7 with an Ipad Air, the latest version of Flash CC and the stable AIR 17 SDK).

  • After overlaying Air SDK 3.6, iOS projects show a blank screen after startup.

    Hi,
    I recently overlaid Air 3.6 in Flash Builder 4.7.  My projects are using stage3D via Starling.  Using the 3.4 SDK that comes installed with FB 4.7, my projects compiled and run fine with both debug and release builds.  After overlaying the 3.6 SDK, the projects work fine in the simulator and on Android but when I run the projects on iOS I get a blank screen.  I reverted to the 3.4 SDK and my projects work fine on iOS.  But, I'd like to be able to have access to the features of 3.6, any and all suggestions would be very much appreciated.
    Thank you for you time.
    Chris

    Did you follow these exact directions?
    http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html
    (They changed recently and are updated for Flash Builder 4.7)
    For step 4, all you have to do is create the blank strip folder - don't need to copy the other files with 4.7 and AIR SDK 3.6.

  • Publish AIR on a Mac is crashing Flash every time

    OS X 10.4.11, I've reinstalled CS3 after running maccs3clean.
    I've ran the Adobe Updater on the new install and it doesn't fail
    so I should be up to 9.0.3 right? The Flash Splash screen however
    still says 9.0. Get Info on the App says 9.0.0.494
    When I try and publish an AIR app Flash crashes every time.

    Tried it on another Mac but this time I am able to compile.
    Updates to 9.0.3 go the same and Get Info on the App also says
    9.0.0.494.
    Since I have tried reinstalling CS3 on the offending Mac what
    should I try next?

  • List Component not working Adobe AIr SDK 17 on IOS

    When I craete a simple APP with just one List box it works in the Test app on the Desktop
    On the IPAD all items are and stay selected. This must be a bug. please help
    I need this urgently
    Thx Michael

    Hi,
    We have successfully reproduced this issue at our end. Our team will be working on this.
    -Tushar
    Adobe AIR Team

  • Air sdk 16.0 and mobile theme css

    Hi,
    I use AIR SDK 16.0 in order to build an ARM 64bits for IOS. However the default css mobile theme (mobile.swc) is not taken in consideration while with SDK 15.0 it was ok. How do I can use default.css of mobile.swc with SDK 16.0?
    Thanksin advance,
    Best ragards,
    Cédric.

    Hello Adobe developer,
    The crash happens when app included ANE file. The description of issue is same with comment "Vivid75 Feb 3, 2015 3:26 PM" (The crash happens on 64 bit devices running ios 7.x that have ANE files attached to them. It crashes even if the ANE is 64 bit compatible).
    When do you offer the next public release of AIR SDK which fixed the crash issue?

  • AIR SDK 17 - mailto subject line error for non English devices

    Hi,
    Is there a problem with language localization in AIR SDK 17 for iOS?
    The following code works for an iOS 8 device with the language set to English but if you set it to any other language the subject line is missing!
    var mailme:URLRequest = new URLRequest("mailto:[email protected]?subject=CONTACT");
    navigateToURL(mailme, "_self");   
    Is there a fix for this?

    Hi,
    Is there a problem with language localization in AIR SDK 17 for iOS?
    The following code works for an iOS 8 device with the language set to English but if you set it to any other language the subject line is missing!
    var mailme:URLRequest = new URLRequest("mailto:[email protected]?subject=CONTACT");
    navigateToURL(mailme, "_self");   
    Is there a fix for this?

  • Soft KeyBoard is not working on ios 7 with Air sdk 3.8

    Hi
    In my app Soft KeyBoard is not working on ios 7 with Air sdk 3.8. Does any one know soluton for this ?

    Hi,
    There's no question that TextFields and TextAreas weren't working in our case, likely because we have a deep displaylist with a variety of object types. Presumably, AIR has changed how it looks through the displaylist for objects that need keyboard, and perhaps we have an object type somewhere in the hierarchy that AIR no longer recurses. It's definitely something that changed, though.
    It's no picnic to put together a sample app, I can't afford that time when I have a solution. But the symptom was very clear, a textbox would open, and the cursor would just blink with no way of interacting with it.
    I'm happy using StageText directly, because it's a more direct way to interact with the OS and gives more control.
    It also solves a bug in AIR that I haven't reported yet, but is as follows. Rarely, when you move the container of a TextField of TextArea after it has been created, AIR will crash and freeze iOS devices. It doesn't happen on Android or desktop, but with a user-base of about 100,000 of our app, we've had it reported maybe 50 times. One of our dialogs sometimes needs to reposition the elements, which is done animated. During this, AIR will crash about 0.01% of the time. We tried only creating the TextArea, but not activating it or even having it visible, but even an invisible TextArea will crash, presumably because AIR moves the internal StageText overlay around as well, and this confuses iOS after a while during the animation.
    By using StageText directly, I finally also have a way to get rid of this bug, because I simply don't activate StageText until the object has already been positioned. Prior to that, it isn't even an editable text field, it's a label like anything else. So I'm happy I did this solution.
    Let's just leave this thread as a record if someone else has the same problem. I'm quite sure it's because of our very complicated display list, and AIR having changed how it scans the displaylist for objects that need keyboard.
    Best,
    Per

  • AIR 3.6 SDK + ASC2.0+iOS ipa-ad-hoc, error

    Hi,
    I have download this morning AIR SDK 3.6 with ASC2.0. (offccial relase)
    1) ADL, no problems, I had to readjust a few things in the code but all works fine
    2) Package targeting ipa-debug-interpreter, compiles and packages ok
    3) Package targeting ipa-ad-hoc I have the following error:
    [java] C:\workspace\myApp\temp\myApp-app.xml: error 304: Initial window content is invalid
    Any ideas where is this coming from? (I guess it is the -app.xml but works fine targetting ipa-debug-interpreter)
    This is the -app.xml:
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/3.6">
        <id>com.lessrain.MyApp</id>
        <filename>MyApp</filename>
        <name>My App</name>
        <copyright>Copyright © 2013 Less Rain LTD. All rights reserved.</copyright>
        <versionNumber>0.0.30</versionNumber>
        <initialWindow>
            <content>MyApp.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <autoOrients>true</autoOrients>
            <fullScreen>false</fullScreen>
            <renderMode>direct</renderMode>
            <aspectRatio>portrait</aspectRatio>
            <visible>true</visible>
            <depthAndStencil>false</depthAndStencil>
        </initialWindow>
        <supportedProfiles>mobileDevice</supportedProfiles>
        <supportedLanguages>en</supportedLanguages>
        <icon>
            <image1024x1024>icons/MyApp-1024x1024.png</image1024x1024>
            <image512x512>icons/MyApp-512x512.png</image512x512>
            <image144x144>icons/MyApp-144x144.png</image144x144>
            <image114x114>icons/MyApp-114x114.png</image114x114>
            <image100x100>icons/MyApp-100x100.png</image100x100>
            <image72x72>icons/MyApp-72x72.png</image72x72>
            <image58x58>icons/MyApp-58x58.png</image58x58>
            <image57x57>icons/MyApp-57x57.png</image57x57>
            <image50x50>icons/MyApp-50x50.png</image50x50>
            <image48x48>icons/MyApp-48x48.png</image48x48>
            <image36x36>icons/MyApp-36x36.png</image36x36>
            <image29x29>icons/MyApp-29x29.png</image29x29>
        </icon>
        <iPhone>
            <InfoAdditions><![CDATA[
                    <key>FacebookAppID</key>
                        <string>xxxxxxxxxxxxx</string>
                    <key>UIDeviceFamily</key>
                    <array>
                        <string>1</string>
                    </array>
                    <key>CFBundleURLTypes</key>
                        <array>
                            <dict>
                                <key>CFBundleURLSchemes</key>
                                <array>
                                    <string>fbxxxxxxxxxxxxx</string>
                                </array>
                            </dict>
                        </array>
                    <key>UIStatusBarStyle</key>
                    <string>UIStatusBarStyleBlackOpaque</string>
                    <key>UIRequiresPersistentWiFi</key>
                     <string>YES</string>
                    <key>UIAppFonts</key>
                    <array>
                        <string>FF_DIN_Condensed_Black.otf</string>
                    </array>
                    <key>UIRequiredDeviceCapabilities</key>
                    <array>
                        <string>still-camera</string>
                        <string>front-facing-camera</string>
                    </array>       
                ]]></InfoAdditions>
            <requestedDisplayResolution">high</requestedDisplayResolution>
        </iPhone>
        <extensions>
             <extensionID>pl.mateuszmackowiak.nativeANE.NativeAlert</extensionID>
             <extensionID>pl.mllr.extensions.nativeUtils</extensionID>
             <extensionID>com.distriqt.Compass</extensionID>
             <extensionID>com.distriqt.Camera</extensionID>
             <extensionID>com.distriqt.NetworkInfo</extensionID>
             <extensionID>net.digitalprimates.volume</extensionID>
             <extensionID>com.milkmangames.extensions.GoViral</extensionID>
        </extensions>
    </application>
    Thanks
    Luis

    Hi neh. Yes the quoates are not in the final code, I paste them in the post by mistake. I was in the proess of testingthe new attributes to exclude devices.
    I'm using FDT to compile:
    The ${SDK_PATH} ->SDK_PATH=C\:/Program Files/Adobe/flex_sdk_4.6.0_air36_asc2
    The ${adt} -> adt=/lib/adt.jar
    <target name="package-IPA-Ad-Hoc-Release" depends="prepare-iOS-settings-bundle,prepare-iOS-adHoc">
            <java jar="${SDK_PATH}${adt}" fork="true" failonerror="true">
                <arg value="-package" />
                <arg value="-target" />
                <arg value="ipa-ad-hoc" />
                <!-- NATIVE_SIGNING_OPTIONS -->
                <arg value="-provisioning-profile" />
                <arg value="certificates/${certificate.ios.adHoc.provisioning}" />
                <arg value="-storetype" />
                <arg value="pkcs12" />
                <arg value="-keystore" />
                <arg value="certificates/${certificate.ios.adHoc}" />
                <arg value="-storepass" />
                <arg value="${certificate.ios.adHoc.password}" />
                <!-- Name Of File To Create-->
                <arg value="${project.publish.path}/${build.number}/${iOS.file.publish}" />
                <!-- App Descriptor-->
                <arg value="${app.temp-descriptor}" />
                <!-- Native Extensions -->
                <arg value="-extdir" />
                <arg value="${iOS.app.extensions}" />
                <arg value="-C" />
                <arg value="${project.bin.path}/" />
                <!-- Files To Package -->
                <arg value="${compile.target}" />
                <arg value="${app.include.assets}" />
                <arg value="${app.include.icons}" />
                <arg value="Settings.bundle" />
                <!-- Splash screen -->
                <arg value="-C" />
                <arg value="${project.bin.path}/splash-screen" />
                <arg value="Default.png" />
                <arg value="[email protected]" />
                <arg value="[email protected]" />
                <!-- Include Fonts -->
                <arg value="-C" />
                <arg value="${project.temp-fonts.path}" />
                <arg value="." />
            </java>
            <delete dir="${project.temp.path}" />
            <delete dir="${project.temp-fonts.path}" />
        </target>

  • IOS + AIR SDK 15.0, arguments.callee 'undefined'

    Hi everybody,
    I work on application use Flex SDK 13.0, Air SDK 15.0, and Robotlegs 2.2.1 MVC Framework.
    Since I upgrated the AIR SDK to 15.0, there is an error in Robotlegs Framework. Searching, I found where the error was, so I create a simple project to test the problem.
    When you use argument.callee in mobile application on IOS, the arguments.callee is 'undefined'.
    This is simple code :
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      applicationDPI="160"
      applicationComplete="viewnavigatorapplication1_applicationCompleteHandler(event)"
    >
      <fx:Script>
      <![CDATA[
      import mx.events.FlexEvent;
      protected function viewnavigatorapplication1_applicationCompleteHandler(event:FlexEvent):void
      var callee : Function = arguments.callee;
      if(callee != null)
      testCalleeLabel.text = "find callee";
      }else
      testCalleeLabel.text = "not find callee";
      ]]>
      </fx:Script>
      <s:Label id="testCalleeLabel"/>
    </s:Application>
    In Air Simulator, or Android APK, the 'arguments.callee' is defined, but if you build in IPA for IOS (or debug mode with "standard build", not "rapid build" on flash builder), the 'arguments.callee' is undefined.
    With AIR 14, the 'arguments.callee' is ok on IOS.
    Robotlegs framework uses 'arguments.callee', so the framework crashes during the instanciation.
    Is it a bug ?
    Thanks for yoru response.

    Hi, you can use this workaround until its fixed.
    public function wrapListener(f:Function):Function {
                return function (... args) : void {
                    var func:Function = f;
                    args[args.length] = func;
                    f.apply(this, args);
    addEventListener(event.EVENT, wrapListener(function(callee:Function):void {
        removeEventListener(event.EVENT, callee);

  • Does the new AIR SDK support iOS 64-bit for Flex Developers?

    I saw that the new AIR SDK(December 18, 2014) has supported iOS 64-bit, but it was only supported in the new compiler. See this:
    Please note that support for creating universal IPA binaries will only be available in the new compiler. The legacy compiler is not (and will not be)
    compatible with iOS 64-bit. Because of this, it will be removed with version 16 of the AIR SDK. To ensure that Adobe as well as third party tools
    are able to work with this AIR SDK, the -useLegacyAOT option will continue to exist, but will be internally mapped to the new compiler.
    AFAIK, the Flex uses the old compiler and AIR SDK for Flex Developers doesn't include ActionScript 2.0 Compiler. As a Flex developer, what shall I do?

    Hi,
    I guess, you might be packaging IPA on windows machine.  Please try latest beta at http://labs.adobe.com/downloads/air.html which has iOS64 support on Windows machine as well.
    Thanks
    Govinda Gupta

  • 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

  • Which AIR SDK versions will run which iOS versions

    Where can I find information about which AIR SDKs can target each version of iOS.
    Specifically, we are updating our app from AIR SDK 3.4 to the current 3.7; however, we aren't sure which versions of iOS the new SDK will work with.
    There is an air faq (http://www.adobe.com/products/air/faq.html#) which states that "Adobe AIR 3.5 supports iOS 6", but my question concerns how an AIR app produced for the newer iOSs will run under older iOSs.
    Thanks!

    iCloud Mail setup, even in 10.4/10.5…
    IMAP (Incoming Mail Server) information:
              ▪          Server name: imap.mail.me.com
              ▪          SSL Required: Yes
              ▪          Port: 993
              ▪          Username: [email protected] (use your @me.com address from your iCloud account)
              ▪          Password: Your iCloud password
    SMTP (outgoing mail server) information:
              ▪          Server name: smtp.mail.me.com
              ▪          SSL Required: Yes
              ▪          Port: 587
              ▪          SMTP Authentication Required: Yes
              ▪          Username: [email protected] (use your @me.com address from your iCloud account)
              ▪          Password: Your iCloud password

  • 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.

  • Air 3.2/3.3 with iOS 5.1.1 & 6.0 SDK Beta on iOS 6 Beta cannot render anything at all

    Hi there,
    I've just tried to run an air app on iOS 6 but all the vistual elements doesn't render properly, e.g. the tab view cannot render tab icons/tab bar, the action bar cannot render anything at all plus all other components...
    Please let me know if you have any idea about that.
    Many thanks.

    Firstly the GPU issue has been fixed but the autoOrients property is still not working with the latest "AIR SDK 3.3.0.3690 SDK + iOS 6 Beta 2 SDK" on an iPhone 4S with iOS 6 Beta.
    I cannot use this combination below, except I take out the second line:
    <autoOrients>true</autoOrients>
    <aspectRatio>portrait</aspectRatio>

Maybe you are looking for

  • How to verify a date range?

    Hi all, I have a form in a page that allow the user to select a date interval by selecting the start date and the end date. Of course, the end date should be greater than the start date. But how can I check this in dreamweaver? Is there a free behavi

  • How to calculate number of working days

    Hi experts, I need to determine the number of working days from two given dates. Below is my example. 1. Posting Date 2. Clearing Date 3. Processing Time in Days The formula is: Processing Time in Days = Posting Date - Clearing Date However, the abov

  • HOW TO GO THE ANOTHER FORMS

    HI 4 ALL I MAKE 2 FORMS FROM SCOTT/TIGER AND MAKE FIRST FORM ABOUT DEPT AND PUT BUTTON THAT TRANSFER INTO ANOTHER FORMS THAT CALLS EMPLOYEE HOW CAN I DO THIS AND I NEED WHEN I SELECT FROM FORM 1 DEPTNO WE WILL GO TO EMPLOYEE WHOS WORK ON DEPTNO WE CH

  • Intelligent Rationale for $100 Gift Card to Previous iPhone Buyers

    Facts - 33% Price drop < 10 weeks after release - Apple will give a full refund if you purchased within 14 days of price cut - No other respectable phone or electronics product has ever been cut so drastically. Im sure someone will come up with some

  • Massive Mountain Lion memory leak

    I will start describing the problem where I first discovered it. My early 2011 MBP had been asleep, and upon opening and waking it, it was incredibly slow. I opened activity monitor and couldn't believe my eyes. I have 8 GB of RAM, and all but 8 mb w