How should an application developer handle Adobe AIR upgrades on Windows and Mac?

Hi,
My questions concern Windows 7 (and later) and Mac OS X:
Is Adobe AIR upgraded automatically? In other words, by default (if the user does not uncheck something during installation), is there a service/polling mechanism that checks for a new version of Adobe AIR and recommends an update to the user?
What happens if a user has an older version of Adobe AIR installed, and my application requires a more recent Adobe AIR version? Do I, as an application developer, have to do something or is it handled by Adobe AIR automatically?
Have Adobe AIR introduced many backward compatibility issues in the past? Is it possible for a user to have multiple versions of Adobe AIR installed at the same time? Can I, as an application developer, specify that this exact version of Adobe AIR is needed by my application?
If there sometimes are backwards compatibility issues with Adobe AIR. Is there a way for me as an application developer to try out a new version before it is released to the normal users? In other words, is there a way for me to make sure that my application works with the next version of Adobe AIR before it is released by the normal channels to the general user base?
Is there something else which should be taken into consideration when it comes to Adobe AIR upgrades and versioning issues?

Well we would suffer especially much from two of the drawbacks listed at Packaging a captive runtime bundle for desktop computers:
The AIR in-browser API for installing and launching an AIR application from a web page is not supported
AIR update API and framework are not supported
We are using the Air application as a solution for printing, which is invoked using the AIR in-browser API when the user clicks the "Print" button. I would guess the route to make it work with a captive runtime (which was something new to me), which I see as a normal stand alone application, would be to register a specific MIME type with the OS and each Web browser which is handled by our print application. And let a file of our new MIME type contain the information passed in the in-browser invocation at the moment. That would trigger the application when a user clicks Print.
We also use the AIR update API to update our application. Being without it means that we would need to create our own update mechanism.
These two paths to handle the given drawbacks above would mean a lot of work for us. Especially as we want to support both Windows and Mac. It might be worth it if the answers to my questions in the original post indicates that we can expect another type of problems instead.
I am still interested in answers to my original questions. But we will certainly take the captive runtime approach into consideration. As I didn't know about it, I really appreciate your answer!

Similar Messages

  • [Apps] Name Card Application developed using Adobe AIR and Adobe Flash Lite

    An University student currently undergoing his research
    project had developed this application in order to help him with
    his research project. Please kindly try the application and take
    the survey form provided at the bottom of this message.
    This application allows you to store name card details. The
    application compromise of both PC (Windows / Mac) and a mobile
    phone component. Users will be entering the name cards information
    using the PC component and he will be sending it to the phone. The
    phone component will read the data created by the user and display
    it accordingly.
    This application requires Adobe AIR and Adobe Flash Lite to
    work.
    Please click on the following URL for more information.
    http://www.pda4x.com/read.php?tid=68835
    Note: I sincerely hope that the Administrator will not delete
    this message.

    Great Job!

  • How to run Adobe Air App as Windows Service

    I am working on Adobe Air application. Everything about coding and configuration have been good so far but I have some major road blocks down the road:
    1. Schedule my application to run at certain time.
    2. Run the application in the System Tray like a Daemon app
    Does Adobe support for configuring the application to run in System Tray like a Gmail notifier app now? If it does, is it possible for me to have it configure for both Windows and Mac systems?
    If anyone has any pointers or tips, please feel free to let me know. Thanks in advance.

    Last night I got some time to try out your example from "Working with the dock and the system tray"
    It is really impressive to see how easy you can animate the icon on the taskbar, but it doesn't particularly achieve my goal to have a cross-platform taskbar app running.
    I tried to work with Java yesterday and got their Taskbar module working on both platforms. It solves the basic issue. But then I realize Java is missing the Webkits Adobe Air is offering. So I need two Apps in order to achieve the goal to re-use my web app on the desktop. Now I am considering to learn more about the extend feature you mentioned to let the Java application works like a remote control for the Air application's instances.
    So here are some of my current concerns: is it possible to be able to have input from java app into air application's elements? Does Adobe's intergrated runtime support incorporating Java as part of the app like it does with SWF and javascript? Or is there any bridge I can use to have the two applications communicate with one another?

  • How can I get serial numbers or the free versions of Adobe, Air, Flash Player 14, and Reader XI Pro

    How can I get serial numbers or the free versions of Adobe, Air, Flash Player 14, and Reader XI Pro that I had installed on my computer before Microsoft crashed my computer and I had to do a fresh install? I finished reinstalling Win 8.1Pro on my computer thanks to Microsoft Lvl 1 Techies corrupting my Command Structure so nothing would work. I had recently taken a picture of my installed programs (control panel, uninstall programs list) so that I would be able to reinstall everything I needed. I can't seem to find an email for the Reader which I remember paying for, the others I believe were free installs. Can anyone help me out.

    Safari Version 5.0.5  <  from your first post
    5.0.5 is an outdated version of Safari.
    There is an update available for Safari for version 5.1.1
    That may help.
    Click your Apple menu icon top left in your screen the click Software Update
    Restart your Mac after the updates are installed.
    Try full screen ...
    If you have problems using Software Update from the menu you can use the standalone installer here >  Safari 5.1.1

  • How should i connect my new macbook air to lcd projector for presentations?

    how should i connect my new macbook air to lcd projector for presentations?

    One of these should work, depending on the projector. Just note both will not allow you to play protected movies on the projector.
    VGA
    http://store.apple.com/us/product/MB572Z/A?mco=MTY3ODQ5OTY
    DVI
    http://store.apple.com/us/product/MB570Z/A?mco=MTY3ODQ5OTY

  • Running Adobe AIR applications without having Adobe AIR installed

    Is running Adobe AIR applications without having Adobe AIR
    installed possible?
    Why wouldn`t it be?
    And if not, when will it be possible?
    Thank you.

    There's no technical way this could be possible. It's like a
    .swf playing without the Flash Player installed, or a Java applet
    without the Java Virtual Machine. Or even like a Windows
    application running without Windows. :)
    There are, however, 3rd party wrappers out there to turn AIR
    apps into native OS apps (basically it wraps the AIR Runtime inside
    a native OS executable, like .exe). One that I can name off the top
    of my head is the Shu wrapper. This is like the old school Flash
    projectors, like Zinc and mProjector. The user doesn't have to
    install anything to run native executables.
    I would be surprised if Adobe has any plans to make an
    executable wrapper for AIR, but I don't know anything. I would like
    to see .air files be able to run in the AIR Runtime without having
    to actually install the .air package, though.

  • Adobe AIR 3 Performance Issues and Code Signing Certificate Problem

    I recently updated to Adobe AIR 3.0 SDK (and runtime) doing HTML/Javascript development using Dreamweaver CS5.5 in a Windows 7 Home Premium (64 bit).
    The AIR app I'm developing runs well from within Dreamweaver. But when I create/package the AIR app and install it on my machine:
    1. The app literally CRAWLS running it in my Windows 7 12G RAM machine (especially when I use the mouse to mouse over a 19-by-21 set of hyperlinks on a grid) --- IT IS THAT SLOOOOWWWW...
    2. The app runs fine in my Mac OS X 10.6.8 with 4G RAM, also using the Adobe AIR 3 runtime.
    About the Code Signing Certificate problem:
    When I try to package the AIR app with ADT using AIR's temporary certificate feature, I get the error message "Could not generate timestamp: handshake alert: unrecognized_name".
    I found some discussions on this problem in an Adobe AIR Google Groups forum, but no one has yet offered any resolution to the issue. Someone said Adobe is using the Geotrust timestamping service --- located at https://timestamp.geotrust.com/tsa --- but going to this page produces a "404 --- Page not found" error.
    The Google Groups Adobe AIR page is here:
    http://groups.google.com/group/air-tight/browse_thread/thread/17cd38d71a385587
    Any ideas about these issues?
    Thanks!
    Oscar

    I recently updated to Adobe AIR 3.0 SDK (and runtime) doing HTML/Javascript development using Dreamweaver CS5.5 in a Windows 7 Home Premium (64 bit).
    The AIR app I'm developing runs well from within Dreamweaver. But when I create/package the AIR app and install it on my machine:
    1. The app literally CRAWLS running it in my Windows 7 12G RAM machine (especially when I use the mouse to mouse over a 19-by-21 set of hyperlinks on a grid) --- IT IS THAT SLOOOOWWWW...
    2. The app runs fine in my Mac OS X 10.6.8 with 4G RAM, also using the Adobe AIR 3 runtime.
    About the Code Signing Certificate problem:
    When I try to package the AIR app with ADT using AIR's temporary certificate feature, I get the error message "Could not generate timestamp: handshake alert: unrecognized_name".
    I found some discussions on this problem in an Adobe AIR Google Groups forum, but no one has yet offered any resolution to the issue. Someone said Adobe is using the Geotrust timestamping service --- located at https://timestamp.geotrust.com/tsa --- but going to this page produces a "404 --- Page not found" error.
    The Google Groups Adobe AIR page is here:
    http://groups.google.com/group/air-tight/browse_thread/thread/17cd38d71a385587
    Any ideas about these issues?
    Thanks!
    Oscar

  • I would like to get data analysis for solving statistic and making graphs, but this function is not in add-in. How should I do? I also set up microsoft office for mac 2011.

    I would like to get data analysis for solving statistic and making graphs, but this function is not in add-in. How should I do? I also set up microsoft office for mac 2011.

    Microsoft didn't include that with the 2011 version.
    There is a third-party application that substitutes for the add-in: http://www.analystsoft.com/en/products/statplusmac/
    They also have a limited, free version.

  • How do I re-install my Adobe products, Acrobat 9 Pro and Photoshop elements 8 on my new PC?

    How do I re-install my Adobe products, Acrobat 9 Pro and Photoshop elements 8 on my new PC?

    Use below link to download the products
    Download Acrobat products | 9, 8
    Download Photoshop Elements products | 9, 8, 7

  • Does adobe air support drop shadows and blur?

    Does adobe air support drop shadows and blur? I can see it on the swf on pc but I don't see it once I put it on the android as .apk. Thanks!

    change your render mode to cpu and test.

  • I am trying to download adobe air free version to my mac os x 10.8.6 and I am getting an error mess

    I am trying to download adobe air free version to my mac os x 10.8.6 and I am getting an error message?  Not sure what to do from here?

    And what error message exactly?
    Mylenium

  • I am having problems to install adobe air 3.1 in may Mac Book Pro., I am having problems to install adobe air 3.1 in may Mac Book Pro.

    I am having porbles to instll Adobe Air 3.1 in my Mac Bokk Pro. can anybody help me.

    majid khalili wrote:
    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    Give your previous partition layout, you cannot install Windows via Bootcamp, unless you are willing to give up all your extra partitions and go back to EFI, OS X and RecoveryHD only configuration.
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?
    1. Windows installer will not work and you will end up with driver issues.
    2. No.
    3. You cannot, but if you could, the Apple Bootmanager would be your Boot Manager/Loader.

  • How do I change authorization in adobe digital editions using windows vista

    How do I change authorization in adobe digital editions using windows vista?
    When I try ctrl alt delete, I get the blue windows log in sceen.  How do I get past the log in screen to use the ctrl alt delete to change authorization for the adobe digital editions screen.

    Adobe apps can be reset to their factory defaults by using Ctrl+Alt+Shift, not Del. The rest doesn't really make any sense since you did not provide any details and authorizations can't be changed that way, anyway. If you want to transfer books to other devices you need to contact the vendors to release the DRM/ provide a new download and if you want to change the registered ID, you need to contact support or create a completely new account, which in turn will require you to buy your DRM managed books again/ get a new download as well.
    Mylenium

  • Does adobe AIR 13 support Windows mobile app?

    Does adobe AIR 13 support Windows mobile app?

    Please vote here for Universal Windows app support, and hopefully the Adobe people will listen:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3787892

  • I upgraded my windows and I wish to reestablish Adobe Reader XI (I believe this is what I have paid for). How do I put this back on my computer?

    I upgraded my windows and I wish to reestablish Adobe Reader XI (I believe this is what I have paid for). How do I put this back on my computer?

    If you had a paid product such as Acrobat Pro, re-download, install, and activate it with your serial number.
    If you used an Acrobat.com online service, just sign in with your Adobe ID.

Maybe you are looking for