I'm porting an Android application to BlackBerry10. I have checked out this tutorial on the Blackberry Developer site. They are giving only vague information there.
One of my doubts is to whether to do the server registration on GCM or BB Cloud. If BB Cloud, where can I find the code for the same?
Secondly for android, I can receive a notification by using a GCMIntenetService
and specifying com.google.android.gcm.GCMBroadcastReceiver
as a receiver. How will this differ for Blackberry implementation?
Any help in the right direction will be helpful.
you will have to register your app with BB infrastructure in order to receive notifications on blackberry device
here is link for registartion and it will take maximum of 6 days for blackberry to respond to your request and they will provide you with you app id and several other related docs as well