I am new in android coding.
I have an app which is on Google play and is using GCM service. But when I am trying to test that app for amazon, it fails.

please help me in using ADM.
thanks in advance.

有帮助吗?

解决方案

Android is just the os. On top of that there are various services and apps, like google play, google maps etc. Amazon kindel devices don't use google services, they provide their own. This means that you need to have 2 versions of your app, one for each platform.

Amazon provides documentation on using ADM https://developer.amazon.com/sdk/adm.html

If you managed to get GCM workin then you won't have any problems with ADM. Similar philosophy just different implementation.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top