App crashes exactly when the incoming call is timed out ( call unattended ), crash is reported in testflight as PushKit: -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes]
Yes i have added this in the end of the method PushRegistry didReceiveIncomingPushWith.
DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
completion()
}
App crashes exactly when the incoming call is timed out ( call unattended ), crash is reported in testflight as PushKit: -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes]