ConnectyCube / connectycube-reactnative-samples

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

Push Notification sometimes works , sometimes doesn't work above android 9 #268

Closed joy-mollick closed 2 years ago

joy-mollick commented 2 years ago

I have tried everything regarding push notification but nothing works well. It was working on below Android 10 but above that notification is not working. After searching for some hours,I found there might be sometimes duplicate notifications come which cause duplicate messages also in chat dialog . Please can anyone help?

DaveLomber commented 2 years ago

@joy-mollick we brought a new push notifications library which addressed some issues https://github.com/ConnectyCube/connectycube-reactnative-samples/pull/296

Please read the details and provide a feedback/comments if any