문제

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