App getting crashed when in background
The app is working fine when it is foreground but when VOIP notification is received the app is getting crashed in background. Can you please help with this.
FYI: All the capabilities are given in Xcode and all the configurations are done as per the documentation. Also the payload coming from the server is also correct.
Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP push callback.
You need to call the code below in the same thread. FlutterCallKitPlugin.reportNewIncomingCall
https://stackoverflow.com/questions/56788314/ios-13-killing-app-because-it-never-posted-an-incoming-call-to-the-system-after
My branch bug fix may help you bug Fix
Hi @zi6xuan
When getting your fixes, it reports async is used which is not compatible below iOS 15.
Any way we can add this fix which can support from iOS 12 and above?
Thanks