AIR 3.4 SDK Beta with iOS6 Support is missing BETA 2 update

We are trying to get our application that uses native extensions working with iO6 and AIR 3.4.  I can see from the website that there was an update on August 7th, and the top links show that update in the link date:
Ie: http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/air3-4/air3-4_p2_sdk_mac_080712.tbz2
However the links under “AIR 3.4 SDK Beta with iOS6 Support”, have  not been updated.  (And that is oviously the build we are most interested in)
http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/air3-4/air3-4_p1_sdk_ios6_mac _071612.tbz2

So I found the problem.   I had installed beta 1 in a folder called AIR 3.4     ...   I installed beta 2 in a folder called  AIR 3.4 Beta2      
I did however point Flash CS6 to use the AIR 3.4 Beta2 SDK ...    it must not like something about this.   Once I deleted both SDK's and then put Beta 2 in a folder simply titled AIR 3.4 everything works again.

Similar Messages

  • AIR 2.6 SDK incompatible with Flash Builder 4?

    I just installed the new AIR 2.6 SDK but FB4 complains that every swc file in the libs folder is "incompatible with this SDK" when I switch to design view. The application compiles and runs fine, I just can't see it in design view in FB4.
    Is anyone else experiencing this issue? I tried deleting my Flash Builder 4 folder from C:\Users\<username>\ and restarting FB4 in case it was a dodgy profile, but it made no difference.
    Any help would be appreciated. Thanks in advance.

    from http://blogs.adobe.com/cantrell/archives/2011/03/how-to-use-air-2-6-with-flash-builder-4.h tml:
    Right-click on your project and choose "Properties".
    Select the "Flex Compiler" section.
    In the "Additional compiler arguments" field, add -target-player=11.
    Click "OK".

  • Windows Live Mail 3 beta with Calendar support is now available

    Windows Live Mail 3 beta is now available for download.  One important new feature is a calendar which automatically synchronizes with the Windows Live web calendar.  I'm hoping that Palm's "Hot Sync" will eventually support Windows Live Mail 3 so that Outlook is no longer necessary.  Is there a plan to support WLM3?
    Post relates to: Palm Z22

    Not at this time.
    Post relates to: None

  • Help with using AIR 2.6 SDK in Flash Pro please

    Hello,
    I notice the air 2.5 sdk installed with a Flash Pro update.  I want to start using the 2.6 sdk, but for the love of me I cannot find simple instructions on how to do that.  I downloaded the sdk, but do I need to replace something, or install something, etc?  Can someone point me to a resource or explain exactly what I need to do so I can start using the 2.6 sdk in Flash Pro?
    Thanks in advance

    http://forums.adobe.com/thread/864964?tstart=0

  • Adobe AIR 3.9 beta sdk&compiler with ios 7 for windows download broken

    Hi,
    I couldn't download:
    Download AIR 3.9 SDK & Compiler for Windows — with iOS7 support (ZIP, 204 MB)
    from http://labs.adobe.com/downloads/air.html
    The download gets to about 56mb or so and then cuts out. All other downloads work fine, just this one stops. I think that maybe the file was not uploaded right.
    Cheers,
    Grant

    Hi,
    The links is active and working, looks like some network issue at your end, please try again.
    -Thanks
    Pahup

  • 9/24/2013 - AIR Runtime and SDK 3.9.0.960 Beta

    Adobe AIR Beta Channel Update
    This beta release provides access to the latest AIR runtime and SDK (with compiler) for Windows, Mac OS, iOS and Android.
    Below are some of the key features and benefits of AIR 3.9.  Please see our release notes for full details.
    Notable Fixes and Enhancements:
    3632886: [Background Execution][Mobile] Error 3768 is coming when executeInBackground is set to false with notification center pulled down, incoming call, double tab on Home button..
    3627065: [iOS7] Issue with debug dialog UI. No textfield present on dialog with -connect option and No text information with -listen option.
    About the Beta Channel
    If you would like real-time notification for announcements related to the AIR Beta Channel, please subscribe to our Twitter feed @FlashPlayerBeta, or follow the Flash Runtime Announcements forums by choosing "Follow this forum" from the right-hand menu on the Forums page.
    You can find instructions for getting started with this release here: AIR Labs Page
    We encourage you to let us know what you think on our AIR Labs Forum

    I checked the anes but there's no anes that are targeted higher.
    They work fine with previous AIR SDKs.
    However, it doesn't crash on iPad 1, iOS 5.1.1

  • Failed to install AIR 3.5 SDK (beta)

    Hi guys,
    I wanted to use the AIR 3.5 SDK (beta) in Flash Builder 4.7 (beta) but when I attempted to manually replace the bundled AIR SDK in Flash Builder a few of the files could not be copied due to excessive file name/path lengths. This is on Windows 7. I had to try this because there is no other way to setup AIR SDKs in Flash Builder which is really annoying... how are we supposed to use prerelease/beta AIR SDKs in Flash Builder 4.7 if we are not able to specify alternative AIR SDK locations?

    Thanks for the reply, Sunil. Here are the steps I took over time ...
    1. Downloaded and installed the 32-bit version of Flash Builder 4.7  (beta 1)
    This worked fine, I'm not sure which AIR SDK version it came bundled with but I imagine it was 3.4 (beta 1)
    2. Downloaded AIR SDK 3.4 (beta 2) and replaced the bundled Flash Builder version
    This worked fine, the files were copied over without any problems and Flash Builder was happy.
    3. Downloaded AIR SDK 3.5 (beta 1) and attempted to replace the bundled Flash Builder version
    This failed, Windows 7 complained about some "license" related file names being too long, it didn't provide the exact file names or paths though.
    As far as the installation directories go, they are the default directories ...
    Flash Builder 4.7
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.7
    AIR SDK (relative to the above directory)
    \eclipse\plugins\com.adobe.flash.compiler_4.7.0.345990\AIRSDK
    I think Adobe is aware that the AIR SDK 3.5 currently cannot be used with Flash Builder, the obvious solution to avoiding these problems would be to allow us to specify the location of a AIR SDK directory in Flash Builder, it was a bit silly for Adobe not to allow this really.
    Right now I'm just waiting for the next Flash Builder beta release, if there is one, to see if the AIR SDK problem has been resolved. I can continue using AIR SDK 3.4 for now but it isn't an ideal situation for me at the moment.
    Again, thanks for the reply :-)

  • Problem packaging AIR app with NativeProcess support!?

    My AIR packaged AIR app doent work with NativeProcess
    when I package it like
    <supportedProfiles>extendedDesktop desktop<supportedProfiles>
    or
    <supportedProfiles>desktop extendedDesktop<supportedProfiles>
    But when I use just <supportedProfiles>extendedDesktop<supportedProfiles>
    Packager complains with Error 306!!
    What is that suppose to mean?
    Help please
    I'm using FB4,SDK 4.1

    Are you packaging your application as a native application (.exe or .dmg)? I believe applications with extendedDesktop support (and nativeprocesses) can only be packaged as native applications.

  • Am i allowed to publish an app made with the AIR 3.5 SDK in the app-store yet?

    Hello,
    Am i allowed to publish an app made with the AIR 3.5 SDK in the app-store/android market? Im quite confused about this since AIR 3.5 has already been released yet the SDK remains in Beta.
    I know that in the past it was not allowed to publish an App with an Beta-version of an SDK.
    Can anyone clear this up for me?
    Kind regards,

    AIR 3.5 beta removed the watermark, and I actually released an app to the app store with the beta version. I'm not sure if Adobe intends to continue with this for future releases or if it was just for iPhone 5 stuff that needed to be released quickly. AIR 3.5 is currently out of beta though and was actually updated today, so feel free to use it to submit apps to whichever app store you would like.

  • I have tried with my ipad air and a friends ipad to mirror the contents to a samsung smart tv via appletv and cannot either to work.I have spent over 2 hours today on live chat with apple support with no resolution.Any ideas please?

    i cannot mirror from ipad or ipad air to a samsung smart tv via appletv.Any ideas please?

    I have tried with an Ipad Air and Ipad using Op System 8.0.2 to mirror their contents to the screen of my Samsung Flat Screen Flat TV via the latest make of Appletv.I have spent over 2 hours going through all settings etc with Apple Customer Service Live Chat.They cannot find or replicate the problem and says it is all working fine.My TV screen displays, when i go into mirroring,  "ready for connection - on your device launch Allshare Cast".Nothing happens although i have agreed with Apple Support that all settings are on and are correct.Can anyone help please, as Apple Support cannot?

  • Air 2.5 sdk? Submission problem with version tag.

    Hi
    I'm trying to submit an app that uses AIR sdk 2.5, Flex 4.1
    I get an error after uploading saying that the 'version' tag is missing  in -app.xml
    The xml has a 'versionNumber' tag, and if I try to add a version tag FlashBuilder 4 refuses to create a release build (no errors are given, it just quits and no .air file is created).
    Could someone please advise, can we submit apps made with AIR 2.5 sdk?
    If so why can't I create a release build after adding the version tag to -app.xml ?

    I'm agree, but when you have a complete automated system to build OpenScreen projects.... it is not really easy to hack it just for InMarket submission 
    AIR 2.5 is not official, I hope InMarket will be update really really soon.
    ++

  • Bug Adobe Air 3.5 Beta with method "drawViewPortToBitmapData"

    Hello,
    I noticed there is a bug with the lastest build of Air 3.5 beta with the method "drawViewPortToBitmapData".
    It resizes the viewport that we want to draw smaller that the original size.
    Can you correct this bug before the release ?
    Thanks,
    Loïc L.

    This was an issue with retina iPad's prior to AIR 3.5  .. I saw this fixed as of AIR 3.5.  Altho it doesnt take a retina screen capture. It captures at 1024 x 768 and scales up to 2048 x 1536

  • IOS : CRASH with version up to AIR 4.0 SDK : EXC_BAD_ACCESS (SIGSEGV) , KERN_INVALID_ADDRESS at 0x0000003c

    Hi everyone,
    I have a bad issue with the latest versions of AIR in my last app.
    I use AIR for develop this application. It's still finish for the most part of it.
    It's a simple application. I used the AIR 13.0 SDK during development.
    I didn't have any problem during all this time. 
    Tests on iOS causes the app crash at the first second of execution.
    The compilation with SDK : 4.0, 13.0, 14.0 causes the same problem.
    The crash log errors:
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Subtype: KERN_INVALID_ADDRESS at 0x0000003c
    Triggered by Thread:  0
    Libraries used :
    - MVCExpress
    - Starling
    - LoaderMax
    - TweenMax
    I tried to use an older version for test if It was due to the app...
    With compiling with AIR 3.9 SDK, the app works well on iOS.
    Everything looks okay.
    The crash happens during a simple Vector<> creation.
    And when tracing the System.freeMemory it seems to have very very low memory
    (compared to compilation with 3.9)
    But unfortunately, today, Apple didn't accept all apps compiled with old AIR version.
    and after uploading, Application Loader send an error :
    New apps and app updates submitted to the App Store must be built with the latest version of Xcode 5 from Feb1
    So, I can't submit a stable version for App Store Validation even I may have a running app
    Can someone could help me in generating a working ipa file for send this app ?

    HI,
    CFRetain
    That could be related to the Flash plugin.
    Uninstall then reinstall the Flash Player plugin then repair disk permissions.
    Uninstall Flash
    Install the most recent version of Flash here.
    Repair disk permissions...
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • [svn:fx-trunk] 12869: Fix FB-24801: Unable to run an application with AIR 3 .4 sdk

    Revision: 12869
    Revision: 12869
    Author:   [email protected]
    Date:     2009-12-11 14:50:26 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Fix FB-24801: Unable to run an application with AIR 3.4 sdk
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FB-24801
    Modified Paths:
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSessionManag er.java

    I've fixed the problem!
    I think the problem was in the way I was linking to the libraries. I ended up deleting all my hand made ANT settings and instead exporting the settings from my Flash Builder project, and just using those.
    Full details in this article here, it saved my life: http://helpx.adobe.com/x-productkb/multi/compilation-results-flex-builder-flex.html

  • Publish with AIR 2.6 SDK for AIR 3.4?

    Any reason I can't/shouldn't publish using the AIR 2.6 SDK even thought many users will have AIR 3+? My least common denominator is targeting Mac OS X 10.5 systems so I need AIR 2.6, but don't need any features in AIR 3. So I'd rather publish one set of .air files instead of 2.6 and 3.x files.

    from http://blogs.adobe.com/cantrell/archives/2011/03/how-to-use-air-2-6-with-flash-builder-4.h tml:
    Right-click on your project and choose "Properties".
    Select the "Flex Compiler" section.
    In the "Additional compiler arguments" field, add -target-player=11.
    Click "OK".

Maybe you are looking for

  • How I Got My HP 4000 To Print

    After lots of frustration I got ideas from the HP FAQ. 1. I have an HP 4000 connected to my Airport Extreme 2. I had to return my Airport to default and reset it after all my fiddling around. 3. In Printer under Preferences I chose Add Printer, then

  • Problems with my spry menu bar, need help

    i made a spry menu bar, and it works on my computers at my house and my computers at school, but on other computers the home page menu bar is in the middle of the page (not on the left side) and on the other pages the menu bar submenus dont go out to

  • Garbage Display

    Hi everyone! Instead of Japanese Characters, a series of question marks[?] were displayed on my Oracle Developer. I had setup up the NLS_LANG of the ORACLE and ORACLE1 in ORACLE_HOMES in registry to JAPANESE_JAPAN.JA16SJIS but it still display questi

  • Change color on a scrollbar

    Hi! I have tried to find an answer to this problem in several places, books and forums, everywhere. I need a code snippet on how to change color on a scrollbar. Things like: scrollbar-base-color scrollbar-face-color scrollbar-track-color ....and so o

  • Firefox 4 keeps crashes unexpectedly over and over

    Firefox repeatedly crashes whenever I browse regardless of what I am doing.