Amazon rejection - The link to Adobe AIR in your app needs to be updated - How do I change this
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?
