midhunhk
midhunhk

Reputation: 5554

Push Notifications in BB10

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.

Upvotes: 1

Views: 1233

Answers (2)

Muhammad Bilal
Muhammad Bilal

Reputation: 105

you should use GCMBaseIntenetService with GCMRegisterar . I have successfuly ported Android Push Notification enabled in BB10.

Upvotes: 3

Sourabh Saldi
Sourabh Saldi

Reputation: 3587

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

Upvotes: 3

Related Questions