ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Android push notification broken with connectycube-reactnative 1.8.1 #165

Closed selfcreator closed 3 years ago

selfcreator commented 3 years ago

Hi guys, my project is still using connectycube-reactnative 1.8.1 and it seems the push notifications on Android broke for several months but iOS still works well. Is there a known issue about this situation? Do I have to upgrade to version 2.+?

Thanks!

DaveLomber commented 3 years ago

there are no much diff between 1.x / 2.x / 3.x in terms of push notifications

Could you please check the following: 1) Google API key is valid (which is set in ConnectyCube Dashboard) 2) a user you send a push to has Android push notification subscription. You can go to ConnectyCube Dashboard, Users module, find a user, open its profile and there will be a list of push subscriptions

selfcreator commented 3 years ago

@DaveLomber thanks for the answer, I finally found out it's because another developer adds another receiver in the manifest...