Language support in the Air for IOS Installer

Hello

I really need some help here!  Any help is appreciated!

I created an app for iPad that currently support only Danes.

I update the application in support of the English and The name of the application (see icon below) I would change according to the language on the iPad users.

In the - app.xml I changed the node name like this:

< name >

"< text XML: lang ="en"> English App name < / text >.

"< text XML: lang = 'da' > App Danish name < / text >.

< / name >

However, it always shows the English name.

I tested with other languages like the french who works very well

"< text XML: lang ="en"> French App name < / text >.

I just read that Danish is not supported by the air Installer? Why?

http://help.Adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSfffb 011ac560372f2fea1812938a6e463-7ffd

Is there another way to do this?

I use CC Flash and Air 14.0.0.178 (using the command line for compiling)

Thank you

Rolf

Danish is not supported. End of week (tomorrow), I'll update Adobe AIR SDK with Danish support. Here you can enter the http://gamespoweredby.com/adt.html but the version I will use will be the last beta - 15.0.0.243 or newer. Currently, there are 14.0.0.157 (obsolete).

Also you must connect on bugbase and put your https://bugbase.adobe.com/index.cfm?event=bug&id=3710257 vote to support native Danes

Tags: Adobe AIR

Similar Questions

  • the .xml file will not hold the new version I am writing on the 'AIR for iOS settings' window on Flash cc 2015

    Hello

    I need to download a new version of my app on iOS, but the .xml file will not hold the new version I am writing on the 'AIR for iOS settings' window on Flash cc 2015. It keeps appearing as:

    <? XML version = "1.0".

    also when I try to download the new .ipa on iTunes Connect with the Application Loader, I get this message:

    "" "ERROR-ITMS-4238:"redundant binary Upload. " «"" "" There is already a binary download with release ' 1.0.0' train ' 1.0.0 ' "at SoftwareAssets/PreReleaseSoftwareAsset»»»

    The problem is not of Application Loader or iTunes Connect as when I open again the .fla and check the window 'AIR for iOS parameters' he continues to display the 1.0 version over and over again. If Flash isn't that save the .xml file.

    And it happens with all my other apps Android or iOS, old and new versions, all appear as <? XML version is "1.0" on the .xml file.

    Is anyone know how can I solve this problem?

    Thank you.

    There are two different values, the build number and version number. If you use a test flight, you can submit an update without obtaining a review by increasing the build number. If you are submitting an update to an application in iTunesConnect, you must increment the version number.

  • Loading the SWF in the AIR for iOS

    Hello

    I'm working on a project in the AIR for iOS.  It's great that we, flash developers are now able to compile our code actionscript for iOS.

    The project that I am working on is divided into different SWF files.  There is a main SWF file that loads the others if necessary.

    Now I can't get a working swf file loading.  The only thing I see is the background of the child being displayed, but then the program freezes and no child actionscript code is exectuted.

    Children SWFs are loaded with a simple charger:

    var loader: Loader = new Loader();

    childLayer.addChild (loader);

    var url: URLRequest = new URLRequest ("child.swf");

    loader.load (url);

    When I post the main swf file I include children swf files in the package.

    Is it really possible to use several swf in your iOS projects?
    And what are the limits for this?

    Thank you.

    greeting,

    Bert

    Yes, it is possible to include any swf in your main application, but your external swf should not contain action script code. Just you can have graphics, symbols, textfield etc on the timeline, but with no timeline script.

  • How do external swf garbage collector in the Air for iOS?

    My app uses a lot of external SWF (although they are actually included in the application with a file, but they are not shipped) and does not contain any bitmapdata, only of vector graphics. The problem I have is that they seem to never be garbage collected and System. privateMemory continues to increase while the application loads more SWFs.

    As sovereign wealth funds contain vector graphics, I cancel all just all the variables that are now the reference to the SWF file and call it system.GC()... But it doesn't seem to work. What should I do for the garbage collector to clean sovereign wealth funds?

    I use Air for iOS 3.5.0.1060 and ActionScript3.0.


    Ago - I found that they are not always collected garbage when you expect to be. It is not that they are "missed" just AIR decides to wait before waste collection. I found that continuous application to run they will eventually be garbage collected at the same time very unpredictable, as long as you don't have really any remaining reference for them.

  • How to drag a particular area only in the Air for IOS

    Dear friends,

    IAM, creating an app for iOS using Air and AS3. I have a band below my screen I put buttons to click and go to private lessons. IAM creating striking swipe for these buttons. I have this code below:

    Multitouch.inputMode = MultitouchInputMode.GESTURE;

    stage.addEventListener (TransformGestureEvent.GESTURE_SWIPE, fl_SwipeHandler);

    function fl_SwipeHandler(event:TransformGestureEvent):void

    {

    Switch (Event.OffsetX)

    {

    slipped right

    case 1:

    {

    sw_area. Buttons.x += 20;

    break;

    }

    slid left

    box - 1:

    {

    sw_area. Buttons.x-= 20;

    break;

    }

    }

    }

    The code above makes the buttons inside the box to slide to move while sliding on the stage... I want the user to swipe Strip area available instantly drag and drop buttons. If the user swipes on the stage should not move. How can I do? pls help me friends.

    I changed as

    sw_area.addEventListener (TransformGestureEvent.GESTURE_SWIPE, fl_SwipeHandler);

    It does not work. pls help me solve this problem.

    Thanks in advance,

    Syed Abdul Rahim

    Hi friends,

    I've solved, can be usful to others... I used stageY to the control.

    Multitouch.inputMode = MultitouchInputMode.GESTURE;

    stage.addEventListener (TransformGestureEvent.GESTURE_SWIPE, fl_SwipeHandler);

    function fl_SwipeHandler(event:TransformGestureEvent):void

    {

    Switch (Event.OffsetX)

    {

    slipped right

    case 1:

    {

    If {(event.stageY > 650)

    sw_area. Buttons.x += 20;

    }

    break;

    }

    slid left

    box - 1:

    {

    If {(event.stageY > 650)

    sw_area. Buttons.x-= 20;

    }

    break;

    }

    }

    }

  • writing in a folder included in the air for ios build?

    Hi there, Im just create a version cached offline in my application.  I'm including a folder when generating called ASSETS now when I load from an asset to a server, I want to place it in the included file.  I tried several combinations of way but in vain? Can just check if it is actually possible?

    Thank you very much

    Phil

    No, the documents directory does not exist until the application is installed - it's a bit like applications on the windows desktop that make their own subdirectories inside My Documents.  All the directories in your IPA, including active, live in the application directory after installation, a bit like the installation directory of the application in Program Files on the windows desktop.

    There is a static File.applicationDirectory property on the File class, she points to the directory of the application, but also note the following:

    Change the contents of the application directory is a bad practice, for security reasons and is blocked by the operating system on some platforms.

    I manually build the assets of navigation in the Active Directory before building the IPA and then when your application downloads new content from the server, put it in the cache directory (available via File.cacheDirectory .)

    When you load the content and there is no network, first check in the cache directory, if the file is not then load from the Active Directory.  Yes, you store two copies but there is really no other choice on iOS.

  • Text style of URLLoader in the AIR for iOS

    so I tried to figure this out for the last two days, the code is below without any style. I have tried to create a TextFormat instance and tried just apply the properties of myTextField_txt and I even tried to style the text on the website first and then replace myTextField_txt htmlText, unfortunately does not either. I just want to change the size and color of the text, any help would be greatly appreciated, thank you!

    var myTextLoader:URLLoader = new URLLoader();

    var myTextField_txt:TextField = new TextField();

    myTextLoader.addEventListener (Event.COMPLETE, onLoaded);

    myTextField_txt.x = 100;

    myTextField_txt.y = 100;

    function onLoaded(e:Event):void {}

    myTextField_txt.text = e.target.data;

    addChild (myTextField_txt);

    }

    myTextLoader.load (new URLRequest ("... ")) "));

    Could you repost this question to the course on Flash Professional forums?  This forum is mainly for end-users, forums Pro will put you in contact with a wider audience of developer.

    That said, I was able to get TextFormat to work by using the following code in Flash Builder:

    
    
              
                        
              
    
    
  • Download of AIR for IOS via the Application Loader I get the following error - the package does not contain a file Info.plist.

    I publish a .fla in the AIR for IOS.

    I'm in 2014 CC, so first I need to know what AIR I should publish in?

    more recent is AIR 14.0.0.178 for IOS

    IOS deployment type is App Store

    published with no error.

    I see that the following files included app.xml and .swf

    I converted the .ipa to a zip file

    Download through the Application Loader, I get the following error

    The package does not contain a file Info.plist.

    Here is the infoplist for that and convert the .ipa and the info in a zip file?

    I converted the .ipa in a zip file and the intoplist file is NOT THERE how to generate this?

    Any help here?

    the most recent is 16 +, Download Adobe AIR SDK

  • How to enable the sampler in telemetry at AIR for iOS settings options?

    Hello

    I try just to the new CC of Flash, and one very good feature is to monitor an iOS app using adobe scout.

    But when I export an app, in the AIR for iOS settings, I still see the option "Enable sampler" is disabled. How can I activate the option?

    Thank you.

    Hello

    To enable the option of the sampler, you need to put it in the publication settings dialog box. Open the settings dialog box post and select the option 'Enable detailed telemetry' under the section advanced for the Flash (.swf) option. Now, you will find the telemetry option to activate sampler activated in the AIR for iOS dialogue.

    Thank you and best regards,

    Roger Simon

    Adobe Flash Professional Team

  • Animate CC 2015 Air for iOS full screen problem

    Hello team Adobe,

    I made many applications for iOS and Android. And I am facing 1st time a problem only in the Air for iOS. Air for Android works perfectly well. What I'm dealing with that

    even after using this code:

    internship. Align = StageAlign.TOP_LEFT;

    stage.scaleMode = StageScaleMode.EXACT_FIT;

    I see black bands top & bottom of my application. Then I downloaded the new SDK is Air SDK 21.0 but same problem :/ Please tell me as soon as POSSIBLE, why is that happening?

    Thank you

    Saad

    Hi Saad Aftab,

    I tried with the attached draft you shared.

    If this problem could be solved if you add images to your project.

    Please try the application after giving the images of the launch of the publication. The application will launch in full-screen and there will be no black bands if you have already configured the 'true' parameter in app.xml.

    Please let me know if you face any problem.

    Thank you

    Adobe AIR Team

  • In the Air of iOS, which is the path to the included file that exceeds the .fla file folder?

    I have the 'assets' above 'src' folder folder where the .fla file is. The assets folder is included through air iOS publish setting in Adobe Flash Professional CS6, but I'm having trouble accessing it.

    the directory structure looks like this. Main.As is the class of document for my project.

    c: 
      /project
        /assets
        /bin
        /lib
        /src
          /Main.as
          /Main.fla

    Now, if the project was a project of action script, I can normally access the assets folder using a path like "... / assets. But it says in the Air for iOS project, that the file is not there.

    In the iOS Air publish setting window, it indicates the path to the included file is 'c:\project\assets' while when I move the active folder under folder src, he says just 'active' and then it can be accessed simply by using a path like '\assets '.

    Does anyone have an idea where the included file?

    It was that I had to simply put "/" in front of the track. I was able to access the directory of iOS using ' / assets "instead of just"active "... I still need to use ' c: / project/assets "to access the directory from my local pc from my directory the document root is ' c: / project/assets/src" but I guess that's no big deal. Thanks for your advice.

  • How can I replace my app on iTunes Connect with a new version with air for iOS and app Loader?, how do I replace my app on iTunes Connect with a new version with AIR for iOS and the Application Loader?

    How can I replace my app on iTunes Connect with a new version with air for iOS and app Loader?, how do I replace my app on iTunes Connect with a new version with AIR for iOS and the Application Loader? I got an error that the version number needs to be updated. I created a new record in iTunes Connect with version 1.1 and I took ownership of my current app 1.1 in air for iOS section in Flash.

    Check your descriptor file to make sure that it shows the updated version, too.

  • How to reduce the suttering in Air for iOS GPU mode?

    Currently, my game runs at 60 fps on iPad 2 and has no problem concerning the rendering speed, but I'm rather annoyed by a constant stutter that causes the game to stop for 0.1 to 0.5 sec from time to time. The stuttering behavior is similar to when the garbage man is run and I assumed this is casued in Exchange for GPU memory as my game uses a lot of bitmapdata.

    Problem is that my game goes one scene to another scene seamlessly without stopping animations in the game screen leaving old-fashioned scene slide off the screen and new stage sliding in. There is therefore not the time to preload/precache active graphics used in the new scene. After various scenes of transiting a few times, the game starts stuttering trying to show new images.

    My game works fine without stuttering on old PC but on iPad 2 is quite obvious. Could someone tell me some tips to reduce stuttering when using Air for iOS? In the game, all vector graphics are drawn pre bitmapdata (so no vector graphics are shown) and the size of the active graphics that each scene is approximately 2048 * 1024 pixels. There are about 10 scenes. In addition to this, there are ways to graph common interface that are used in every scene and the size is about 30 x 400 * 400 pixels.

    I know that the game uses a lot of graphics resources. What makes the game preloads the assets before transiting to a new scene will eliminate stutter but I want to see if I can keep the scene transition seamless on iOS again.

    I am currently using Air3.5 + Flash CS6.

    * I mean cached prior/preloading displaying actually (addChild and visible = true) on stage and make time for GPU cache. All the graphics data is already loaded.

    Have you tried playing with the StageQuality class? Setting to 'low' solved my problem of rotation and orientation screen bumpy...

  • LOADING IN ONE air for iOS to the PROJECT WEB PAGE

    Hello!

    I have a complicated problem. I'm trying to find a solution in the world, but I have not found anything.

    I create a project Air for iOS with Flash CS5 and CS6 Flash. I need to find someone who knows how to download a web page within an application.

    I try to explain better. There is still a task for the download, html link, but it just works in a new browser window. That way, whenever I want to see a web page, the application will be close. Is it possible to import the entire web page inside Air for ios project and not in an external window?

    I wish that the result is like this:

    forumADOBE.jpg

    Thank you very much.


    When you change to another frame

    webView.stage = null;

    If you back up the first picture tho

    webView.stage = this.stage;

  • Why Adobe stopped support in Air for iOS?

    Adobe said today that it stop developing for iOS.

    That is to say that it will NOT update LOOK for more recent iOS iOS (as iOS 5).

    I paid a lot of money for the license of Flash and member of the AppStore!

    What could do now?

    What we talked about today is the development of Flash Player for mobile browsers, which will end after the next version is released. iOS is not affected by this, because the Flash does not work in Safari on iOS in any case.

    Adobe spoke of how they were going to do more with mobile AIR apps, so if something ads today is good news for AIR for iOS.

Maybe you are looking for