0

Can I send the push notification to Android application in Blackberry OS 10.3 using FCM push notification.

If not, Is there any way to send the push notification to blackberry OS devices.

Jarvis
  • 1,714
  • 2
  • 20
  • 35
  • 1
    AFAIK, BB10 does not support Play Services and hence would not support FCM. – CommonsWare Mar 31 '17 at 11:08
  • so is there any way to send push notification. – Jarvis Mar 31 '17 at 11:09
  • 1
    I forget if BB10 has its own push messaging system. Otherwise, you would be looking at using other Internet technologies (MQTT, XMPP, WebSockets, etc.), bearing in mind that it difficult to keep those connections going 100% of the time. – CommonsWare Mar 31 '17 at 11:11
  • @CommonsWare https://github.com/blackberry/BB10-Android-Runtime-Samples/tree/master/SamplePushClient is its working in Blackberry ? – Jarvis Apr 01 '17 at 21:47
  • I had tested the same application using Firebase in Android by SENDER_ID and its working – Jarvis Apr 01 '17 at 21:48
  • "s its working in Blackberry ? " -- I have no idea. – CommonsWare Apr 01 '17 at 21:50
  • But even i have entered the all details in android.cfg file it show "Please check the push credential details" – Jarvis Apr 01 '17 at 21:50

1 Answers1

1

Confirming @CommonsWare's comment, there is currently no FCM support for BlackBerry OS.

For the available Push Notification services for BlackBerry, you should check out the Official BlackBerry documentations like this one.

AL.
  • 36,815
  • 10
  • 142
  • 281
  • I got one sample https://github.com/blackberry/BB10-Android-Runtime-Samples/tree/master/SamplePushClient, But its not working – Jarvis Apr 01 '17 at 11:20