Skip to main content
Damon Edwards
Inspiring
September 19, 2011
Question

rejected amazon appstore due to air url - published from flash pro with amazon selected

  • September 19, 2011
  • 6 replies
  • 2437 views

We were just rejected from the amazon appstore due to the AIR url:

The link to Adobe AIR in your app needs to be updated so that customers are taken directly to the Adobe AIR app page on the Amazon Appstore. -- The Download URL is http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air

We published via Flash Pro CS5.5 with Amazon selected, and when you install that APK on the device without AIR installed you get prompted to get AIR.  The 'Install' button gives you the intent menu for Web or Amazon, clicking amazon just takes you to the amazon appstore home page rather than directly to the AIR page..  How do we fix this?

This topic has been closed for replies.

6 replies

Adobe Employee
September 20, 2011

Could you please check the URL for AIR in: "C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Android\Markets.xml" and confirm that it is set to the following:

<market name="Amazon Appstore" url="http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air"/>

Or, if you're willing to generate the .apk by hand, you can use the "adt" command line mentioned at: http://forums.adobe.com/thread/903573

Damon Edwards
Inspiring
September 20, 2011

This is the URL that's in that file: http://www.amazon.com/gp/mas/dl/android/com.adobe.air

Adobe Employee
September 20, 2011

You need to change the URL to: http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air

It seems that the Amazon Appstore Android application can only parse this URL and not the one in your Markets.xml.