iOS14 Voip app Killing when receiving PushKit while the app is in the background

My app is using PushKit as a voip app.
It worked well in the ios13 environment, but a problem occurs in this ios14 environment.
When the app is in the foreground, PushKit reception works well. However, when the app is in the background or is closed, PushKit cannot be received for the following reasons.
(Console logo: Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP push callback.)
Developers who know the cause or solution to this phenomenon, please respond.
Is this a bug in ios14? I don't really know the cause.
Facing the same issue. My app working well in iOS13 in all cases. But in iOS14, only receive the voip notification in the foreground and background but in the terminated state when notification receive app crashed.


Hi,

Same issue on 14.3. Were you able to solve this?
you must called CallKit code when you push a VoIP notification use PushKit

If CallKit is not called immediately when VOIP is received, it must not have worked in background case too. Any other update on this issue?

Issue is fixed in the latest software update - Version 14.6

The Application State always shows Foreground in Xcode Debugging Navigator and application never receives VoIP Push when in background. As soon as application comes in foreground it receives pending push.

iOS14 Voip app Killing when receiving PushKit while the app is in the background
 
 
Q