I want to develop android application so that it also works on blackberry. I have searched that blackberry onward 10 and blackberry playbook supports android application and android player to run android applications. So in my application I'm using C2DM Push notifications from server so does this feature is supported by blackberry android player, if I make this in native android? For the above scenario do I have to make application in native android and blackberry each or I can make for only android and it will run in blackberry with the C2DM feature?
Thanks in Advance!!
Android C2DM requires the presence of Google Play (formerly Android Market). Without this component, your client won't be able to receive notifications.