Top "Callkit" questions

CallKit is a framework for iOS that lets VoIP apps integrate with the iPhone UI, and has app extensions that enable call blocking and caller identification.

iOS 13 Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP callback

After upgrading to iOS beta 13 I've noticed an unpleasant thing: my app crashes sometimes on incoming VoIP pushes. In the …

apple-push-notifications voip callkit pushkit ios13
iOS 13 not getting VoIP Push Notifications in background

I'm developing a softphone in Swift using CallKit and PushKit. Before iOS 13, VoIP notifications were working perfectly. But after the …

iphone ios13 xcode11 callkit pushkit
how to get the incoming call number by using callkit

How to get the incoming call phone number programmatically by using call kit framework. i tried with cxcallobserver class but …

ios ios10 callkit
How to end a call in CallKit

This is not a give-me-code question, this is a feasibility question. If I initiate a phone call using CallKit, is …

ios callkit
iOS 10 Callkit does not show incoming call UI

I've just implemented CallKit into our VOIP app but I'm struggling with getting the incoming call UI to show up. …

ios objective-c callkit