Skip to main content
Mr. Baker the Shoe Maker
Inspiring
April 16, 2012
Answered

Amazon rejection - The link to Adobe AIR in your app needs to be updated - How do I change this

  • April 16, 2012
  • 2 replies
  • 641 views

Here's a message I got  from Amazon:

Device Tested : Motorola Droid (2.3), HTC Evo (2.3.3),Samsung Galaxy Tablet(2.2)

Issue: 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 Steps: i)Launch the application. ii)Tap on "Install">> "Appstore". Observe that the application goes to the home page of the Amazon app store for the installation of Adobe Air.

I am assumed I could change this in my xml file:

I change the URL in this line to the one they provided (http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air😞

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<application xmlns="http://ns.adobe.com/air/application/2.6">

However, when it is published it always changes it back to the old address. How do I prevent this?

This topic has been closed for replies.
Correct answer Mr. Baker the Shoe Maker

Thanks.

I think I found the answer couresty of Benny 7500 on Aug 11, 2011 9:18 AM.

For me works editing of Markets.xml file at:

"C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Android\Markets.xml"

and replacing of Amazon Appstore key to

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

That's all!

2 replies

Colin Holgate
Inspiring
April 16, 2012

There sis probably another place that you need to change. But for now, make sure to Publish from the File menu, after closing the iOS settings dialog, and making the change to the XML. Then it won't overwrite what you changed.

Mr. Baker the Shoe Maker
Mr. Baker the Shoe MakerAuthorCorrect answer
Inspiring
April 16, 2012

Thanks.

I think I found the answer couresty of Benny 7500 on Aug 11, 2011 9:18 AM.

For me works editing of Markets.xml file at:

"C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Android\Markets.xml"

and replacing of Amazon Appstore key to

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

That's all!