# Amazon Appstore Distribution

## Prerequisite

In order to publish Android apps at Amazon Appstore, you will need to create a developer account in the [Amazon Apps Developer Portal](https://developer.amazon.com/appsandservices). The registration is free.

## Create a release build of the app

Using Monaca Cloud IDE build feature, you can build a release version of your app and upload it to the Amazon Appstore. Follow the steps in [Building for Android](https://en.docs.monaca.io/products_guide/monaca_ide/build/build_android) to build the app with release build. Then, download the built app (an APK file).

## Register the app in the Amazon AppStore

1. Go to [Amazon Apps Developer Portal ](https://developer.amazon.com/appsandservices)and login with a valid Amazon developer account.
2. Under the **DASHBOARD** tab, click **Add a New App**.

![](https://3091308003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfWe1U2tFctp8FkP9W8%2F-MfkhMKXhYZeka-D9Mhv%2F-Mfkjesx8F3vydH4GccR%2Fimage.png?alt=media\&token=050f3c2c-3d3c-4e3f-836f-6fc4fc9f6ec4)

3\. Select **Android** and click **Next**.

4\. The `New App Submission` page will appear. On this page, you will need to fill in the necessary information:

| Data                     | Description                                                                                                            |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| App title                | The name of your app                                                                                                   |
| Category                 | The category of your app.                                                                                              |
| Customer support contact | You can either use your default support information or input new information: email address, phone number and website. |

5\. Click **Save**. Then, the following page will appear:

![](https://3091308003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfWe1U2tFctp8FkP9W8%2F-MfkhMKXhYZeka-D9Mhv%2F-MfkkpI7ekeTQBXK2xrL%2Fimage.png?alt=media\&token=2b4f5cea-561c-4276-be75-a4dc69b7bfbd)

6\. Go to the `Availability & Pricing` tab, select the appropriate type of your app and answer the listed questions. Then, click **Save**.

![](https://3091308003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfWe1U2tFctp8FkP9W8%2F-MfkhMKXhYZeka-D9Mhv%2F-Mfkjrh7yjWVRDm51wk8%2Fimage.png?alt=media\&token=ff355d19-b744-4146-9a48-8029a5454d76)

{% hint style="info" %}
Amazon covers over 200 countries. Your app can only be released after it has been approved.
{% endhint %}

7\. Go to the `Description` tab. On this page, you will need to fill in the following necessary information and click **Save**.

| Data                    | Description                                                                      |
| ----------------------- | -------------------------------------------------------------------------------- |
| Display Title           | The name of your app                                                             |
| Short description       | The description of your app shown in the store.                                  |
| Long description        | The long description of your app shown in the store.                             |
| Product feature bullets | A list of your app’s features. They will be displayed in the`amazon.com`website. |

8\. Go to the `Images & Multimedia` tab. On this page, you will need to upload at least 3 screenshots, a small icon (`114x114` PNG file) and a large icon (`512x512` PNG file) of your app. Then, click **Save**.

9\. Go to the `Content Rating` tab. On this page, you will be asked to complete a questionnaire regarding the content rating of your app. Complete the questionaire and click **Save**.

10\. Go to the `Binary File(s)` tab. On this page, fill in the following information and click **Save**.

| Data                        | Description                                                                                                                                                                                        |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Apply Amazon DRM?           | Select **Yes** if you want that only authenticated users can see your application.                                                                                                                 |
| Binary file                 | Upload your APK file. There is no size restriction for an APK file but files larger than 150 MB need to be uploaded via [SFTP](https://developer.amazon.com/ftp/account.html?appId=MPU22LL128ECT). |
| Device Support              | Select only the devices you intend to target with this binary file.                                                                                                                                |
| Language Support            | Select the available language support for your app.                                                                                                                                                |
| Export Compliance           | Check this if your app can be imported to and exported from the United States and all other countries.                                                                                             |
| Use Amazon Maps Redirection | Amazon devices do not support the Google Maps API. However, the Amazon Maps API provides an interface parity with the Google Maps v1 API.                                                          |

11\. After completing the configuration, click **Save draft**. At this point, your app should be ready to be published.

## Release the app

You can't publish your app unless you fill in the necessary information related to it. Once you complete the required information, click on **Submit App** to release your app. This button is disabled if the required information is not completed properly.

After the submission is complete, Amazon will review your app. The security of the app is the primary concern. The review takes typically 1-2 days to complete.

After approved by Amazon, your app will be published on the Amazon Appstore for Android. The release date will be the specified date and time you have set in the step 6 of the previous section or as soon as it’s approved if you haven’t set any date or time yet.

![](https://3091308003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfWe1U2tFctp8FkP9W8%2F-MfkhMKXhYZeka-D9Mhv%2F-MfknQWpjcaeth_-PpE3%2Fimage.png?alt=media\&token=6320f5a4-7369-4274-9bed-2689df00e016)

## Inquiry

You can contact [Amazon customer support](https://developer.amazon.com/public/support/contact/contact-us) at the Amazon Appstore for Android with any inquiries. They can assist you with various issues including how to submit your app or use the API.

## Amazon badges for Amazon AppStore for Android

You can use the Amazon badges to promote the availability of your app on the Amazon store. Badges are available from [Amazon Badges](https://developer.amazon.com/public/support/legal/tuabg).

See Also:

* [Building for Android](https://en.docs.monaca.io/products_guide/monaca_ide/build/build_android)
* [Google Play Distribution](https://en.docs.monaca.io/products_guide/monaca_ide/deploy/google_play)
* [App Store Distribution](https://en.docs.monaca.io/products_guide/monaca_ide/deploy/appstore)
* [Non-market App Distribution](https://en.docs.monaca.io/products_guide/monaca_ide/deploy/non_market_deploy)
