Hi Team,
We are currently developing the Cometchat push notification feature but we’ve got a problem on iOS.
We strictly followed the setup instructions in the React Native documentation (https://prodocs.cometchat.com/docs/react-native-extensions-enhanced-push-notification). It works perfectly fine on Android. Notifications can be received when the app is in foreground, background and quit state.
On iOS, however, it works only when the app is in foreground, background but it fails to get notifications if the app was killed. This situation also happens in the official sample app (https://github.com/cometchat-pro/react-native-chat-push-notification-app). So it seems that the Cometchat team didn’t handle this case.
Anyone can help?
Thanks
PY