Skip to main content
Inspiring
September 16, 2011
Question

What is the minimumPatchLevel for Air 2.7.1 ?

  • September 16, 2011
  • 2 replies
  • 851 views

I have an Air/Android app and I would like to make sure the user gets prompted to install the latest AIR runtime, in case he/she haven't updated in a while.

I understand that setting the minimumPatchLevel in the manifest will do the trick, but how do I find out the one that corresponds to Air 2.7.1 ?

This topic has been closed for replies.

2 replies

Adobe Employee
September 19, 2011

In general, NativeApplication.nativeApplication.runtimePatchLevel reports the patch level of the runtime hosting the application.

However, unless you're interested in a specific minimum patch level (under a major runtime version), specifying the correct application descriptor namespace (e.g. http://ns.adobe.com/air/application/2.7) should be sufficient. For submission to the Amazon App Store, you'll need to ensure that the correct link for AIR is specified when packaging your application's .apk. More details can be found at: http://forums.adobe.com/thread/903573.

September 16, 2011

Yeah this would be nice to know. I just had Amazon reject my binary telling me I need to link to the latest air within my app, sounds like they are confused as how to the whole Air thing works but this could also help.