flutter_callkit_incoming icon indicating copy to clipboard operation
flutter_callkit_incoming copied to clipboard

IOS app crashes when call is timeout

Open kevinZartek opened this issue 1 year ago • 2 comments

App crashes exactly when the incoming call is timed out ( call unattended ), crash is reported in testflight as PushKit: -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes]

kevinZartek avatar Jan 23 '24 05:01 kevinZartek

Please make sure call complete https://github.com/hiennguyen92/flutter_callkit_incoming/blob/590d0396d48012f504b9f28d9d113ed7318d0531/example/ios/Runner/AppDelegate.swift#L87

hiennguyen92 avatar Jan 23 '24 05:01 hiennguyen92

Yes i have added this in the end of the method PushRegistry didReceiveIncomingPushWith. DispatchQueue.main.asyncAfter(deadline: .now() + 1) { completion() }

kevinZartek avatar Jan 23 '24 05:01 kevinZartek