callkeep icon indicating copy to clipboard operation
callkeep copied to clipboard

crashed app on the iOs 16.2

Open alexzh16 opened this issue 2 years ago • 0 comments

iOs 16.2, after update iOs, the App crashed on background mode. The call incoming without CallKit display Screen and crashed. If app is open, that working greet.

Implementation has on main.dart only one method:

void initState() { super.initState(); _callKeep.on(CallKeepDidDisplayIncomingCall(), didDisplayIncomingCall); }

alexzh16 avatar Nov 18 '22 14:11 alexzh16