Does Blackberry make Android player support push notifications or C2dm?

I want to develop an Android application so that it also works on a blackberry. I was looking for Blackberry Forward 10 and Blackberry playbook to support Android app and Android player to run Android apps. Thus, in my application I use C2DM Push notifications from the server, so this function is supported by the blueberry android player, if I do it on my native android? For the above scenario, do I have to make an application in my own android and blackberry each, or can I do it only for Android, and it will work in BlackBerry with C2DM function?

Thanks at Advance !!

+4
source share
1 answer

Android C2DM requires Google Play (formerly Android Market). Without this component, your client will not be able to receive notifications.

+1
source

Source: https://habr.com/ru/post/1436122/


All Articles