You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users in production are reporting their calls stop arriving after a few days. They fix this by uninstalling/reinstalling the app.
I believe this is being caused by app not handling VoIP Push Notifications on time. According to Apple, failing to handle VoIP Push Notifications repeatedly could cause iOS to completely ignore future VoIP Push Notification.
Repeatedly failing to report calls may prevent your app from receiving any more incoming call notifications.
rcidt
changed the title
Seeing _terminateAppIfThereAreUnhandledVoipPushes errors in crash logs
Seeing _terminateAppIfThereAreUnhandledVoipPushes errors in iOS crash logs
Mar 6, 2020
Hi @rcidt do you have more details on this issue ?
Do you see something like Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP push callback. in your logs ?
Bug report
Description
Some users in production are reporting their calls stop arriving after a few days. They fix this by uninstalling/reinstalling the app.
I believe this is being caused by app not handling VoIP Push Notifications on time. According to Apple, failing to handle VoIP Push Notifications repeatedly could cause iOS to completely ignore future VoIP Push Notification.
Here is our code:
Versions
Logs
The text was updated successfully, but these errors were encountered: