Current active phone call is terminated on receiving Voip Push Notification on iOS 13.1 beta 3

Our app uses VoiP.

For both cases, when app is terminated and when app runs, if device is in active phone call, this active phone call is terminated when device receives Voip Push notification.

It happens before there are triggered the Voip listener

"- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(NSString *)type"

So, despite on Voip Notification we are reporting an incoming call to CallKit, the current phone call is terminated before.

If did somebody else tried to send the Voip Push Notification during the active phone call? Thanks

Replies

We are facing the same issue, Did you find any solution?