react-native-webrtc / react-native-voip-push-notification

React Native VoIP Push Notification - Currently iOS only
ISC License
213 stars 83 forks source link

No notification was received when the app entered the "Killed" state. #102

Open urja26 opened 1 year ago

urja26 commented 1 year ago

I receive notifications properly when the app is running in the background, but I do not receive any notifications when the app is killed.

awaisayub149 commented 1 year ago

@urja26 did you find any solutions for it?

jason-shen commented 11 months ago

same here after upgraded to the latest xcode

ibmmt commented 10 months ago

I got this error from device logs Application will not be launched because it failed to report an incoming call too many times (or repeatedly crashed.) After uninstall. the app notification will work

jason-shen commented 10 months ago

you need to add didLoadWithEvents event then do the stuff when you get this, this is the event that gets hit when your app is killed