Show iOS user call user interface for outgoing VoIP calls using CallKit

When my VoIP application receives a call with CallKit, iOS displays its own system call user interface.

How can I show this native call view for outgoing calls?

+5
source share
1 answer

There is currently no way to immediately show the native user interface of an incoming system call after dialing an outgoing call from the CallKit VoIP application. However, this native user interface is displayed if the user is blocking their device and the VoIP call continues.

+7
source

All Articles