Amazon Integration

How to integrate Pushwoosh SDK into your Amazon project

Download SDK Sample Project SDK API Docs

To integrate Pushwoosh push notifications into your Amazon application follow these simple steps:

1. Check out the Android integration guide

2. Get an API KEY from Amazon: https://developer.amazon.com/sdk/adm/credentials.html

For a pre-release or “debug” version of your app, create an API Key and store it as the only data in a file named api_key.txt . Place the file in the assets folder of your project. Note: ADM cannot recognize your API Key if it contains any spaces or line breaks. For a release or “production” version of your app, you may not need to create an API Key. You will need an additional API Key for the release version of your app if you sign it using your own certificate. Otherwise, if you allow Amazon to sign your app on your behalf, you do not need to create an additional API Key.

3. Add com.pushwoosh:pushwoosh-amazon library to your application

build.gradle
implementation 'com.pushwoosh:pushwoosh-amazon:+'

That’s it!

Share your feedback with us

Your feedback helps us create a better experience, so we would love to hear from you if you have any issues during the SDK integration process. If you face any difficulties, please do not hesitate to share your thoughts with us via this form.

Last updated