Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 203
Zahid Naqvi Avatar asked Oct 29 '13 07:10

Zahid Naqvi


1 Answers

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/

like image 188
Mike Hines Avatar answered Nov 09 '22 13:11

Mike Hines