Zahid Naqvi
Zahid Naqvi

Reputation: 536

Push Notification on Amazon Android

How to implement the Push Notifications in Android for Amazon. I want to upload my app on Amazon store and want to give support for Push Notification as i did with GCM in Google play store.

Upvotes: 5

Views: 2866

Answers (2)

Jorge
Jorge

Reputation: 1453

Amazon Device messaging library (ADM), is supported only in Kindle devices, except for Kindle Fire 1st generation.

https://developer.amazon.com/public/apis/engage/device-messaging/tech-docs/01-understanding-adm

Upvotes: 2

Mike Hines
Mike Hines

Reputation: 196

Since GCM doesn't work on Kindle Fire devices, Amazon has written the Amazon Device Messaging (ADM) API. You can learn more about that here: https://developer.amazon.com/sdk/adm.html

Also, Amazon Web Services has a service (free for low volume use) that lets you write to one server-side API and message out to the different clients on iOS and Android. http://aws.amazon.com/sns/

Upvotes: 6

Related Questions