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
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.
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);
}
The text was updated successfully, but these errors were encountered: