zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.75k stars 2.05k forks source link

Pushnotification listener not working while using multiple services ( OneSignal and react-native-push-notification) #2379

Closed arun-rajs closed 3 days ago

arun-rajs commented 1 year ago

Hello There,

In one of our RN project , we are using OneSignal as the push-notification sevice for app related feature. In the other hand we have chat implementation which is based on a third party package called 'QuickBlox' (https://docs.quickblox.com/docs/react-native-push-notifications) and they need 'react-native-push-notification' to implement push-notification for offline messages. the issue is : When adding 'react-native-push-notification', we are not getting the listener even from firebase console.

Question: Is there any issue if we try multiple push-notification listeners in one single app ?

We have the firebase google json in place.

"react-native": "0.71.4", "react-native-push-notification": "^8.1.1", "quickblox-react-native-sdk": "^0.9.4"

Thanks in advance

shivapasunuri commented 1 year ago

Hey Arjun have you ever faced these push notifications not working for some devices and not for some devices? after building the apk and actually testing on the physical devices?

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.