At the moment I have an android app on the Play Store and on the Amazon Store.
I need to implement push notifications and I need to use Amazon Simple Notification Service.
I've already implemented the Android part and it's all ok, but when I run the app on an amazon device push notification system doesn't work. I've discovered that GCM is not supported by Amazon devices. (nice..)
So, I guess that what I need to do is that my android app utilizes GCM if running on an Android Device and ADM if running on an amazon device.
Is it possible to do that with a single application? Is there anybody who did this in the past? I can't find a lot on the internet regarding this topic
Thank you very much for helping me