• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Rejected from Amazon App Store - Need AIR Link

Guest
Sep 17, 2011 Sep 17, 2011

Copy link to clipboard

Copied

Hi Adobe,

Riddle me this. I already have my app on the Amazon app store, so I got submit an update and a lite version here is what I get back.

Your recent submission of Pop Goes The Bubble is pending due to the following reason(s):

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

I don't understand this. When I publish out the app for Android the part where I get to choose where the plug in is downloaded from I check off Amazon App store instead of Android market, I thought they meant I need to put the link in my description and I did and resubmitted, still the same rejection message. Please help me out I don't understand how version 1.0 was submitted and approved and this update is submitted the same way is now getting pushed back. Am I missing something?

TOPICS
Development

Views

3.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Sep 18, 2011 Sep 18, 2011

If you are using CS5.5, you can also modify C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Android\Markets.xml

and make sure the url points to:

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

Be sure to close CS5.5 before doing so.  Worked for me perfectly.

Votes

Translate

Translate
Guest
Sep 18, 2011 Sep 18, 2011

Copy link to clipboard

Copied

AIR developers can submit their apps to Amazon Appstore without any code modifications but they have to be published specifically for it. This means that two separate apk files will need to be created - for Android Market and for Amazon Appstore. By default ADT creates apps with download URL for Android Market and Amazon Appstore requires this URL to be changed to http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air.

So if you are publishing to Amazon Appstore, the adt command should be as follows:

adt -package -target apk  -airDownloadURL http://www.amazon.com/gp/mas/dl/android?p=com.adobe.air  -storetype pkcs12 -keystore yourkey.p12 yourapp.apk  yourapp-app.xml yourapp.swf icon36x36.png icon48x48.png icon72x72.png

To learn more, visit Adobe article by Christan Cantrell:http://blogs.adobe.com/cantrell/archives/2011/03/air-2-6-applications-and-the-amazon-appstore-for-an....

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 18, 2011 Sep 18, 2011

Copy link to clipboard

Copied

If you are using CS5.5, you can also modify C:\Program Files\Adobe\Adobe Flash CS5.5\en_US\Configuration\Android\Markets.xml

and make sure the url points to:

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

Be sure to close CS5.5 before doing so.  Worked for me perfectly.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 21, 2011 Sep 21, 2011

Copy link to clipboard

Copied

LATEST

Aster thanks for your help that solved my problem, app accepted!!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 18, 2011 Sep 18, 2011

Copy link to clipboard

Copied

Thanks sigman, I should have mentioned that I am publishing out of Flash Cs5.5 and I use the simple publish method no command prompt for me.

Aster I tried your method and resubmitted to Amazon, Ill put up and update when it works out or doesnt. Thanks for your help guys.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 19, 2011 Sep 19, 2011

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines