flutter_callkit_incoming
flutter_callkit_incoming copied to clipboard
IOS app crashes when call is timeout
App crashes exactly when the incoming call is timed out ( call unattended ), crash is reported in testflight as PushKit: -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes]
Please make sure call complete https://github.com/hiennguyen92/flutter_callkit_incoming/blob/590d0396d48012f504b9f28d9d113ed7318d0531/example/ios/Runner/AppDelegate.swift#L87
Yes i have added this in the end of the method PushRegistry didReceiveIncomingPushWith. DispatchQueue.main.asyncAfter(deadline: .now() + 1) { completion() }