react-native-voip-push-notification
react-native-voip-push-notification copied to clipboard
App crashes when i receive a VOIP notification when a call is cancelled.
The example code is used to reportNewIncomingCalls but in my case I am sending VOIP notifications when a call is not answered by the user for X seconds. When i receive this VOIP notification I do not want to reportIncomingCall using CallKit. What options do I have? I also read in iOS Documentation that it is necessary to registerNewIncoming call when i receive VOIP notification because if i don't then it will stop sending VOIP notifications of my app.
Hey @mayur-bhandari did you get any solution for it?
I'm facing this issue too. Whenever my app receives a VoIP Push Notification, it crashes