Top "Pushkit" questions

The PushKit framework provides the classes for your iOS apps to receive pushes from remote servers.

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 send Push Notifications to test iOS PushKit integration online?

I have implemented PushKit. Now I want to get Push notifications. Is there nay way to get Push Notifications online …

ios apple-push-notifications pushkit
Does Firebase Cloud Messaging support VOIP pushkit services?

Does anyone has an idea about Firebase Cloud Messaging support VOIP pushkit services. If yes then can someone please do …

ios push-notification firebase google-cloud-messaging pushkit
Apple VOIP Push notification server

So, i'm developing a IOS VOIP app, and find out that i need to use a Push notification server to …

ios push-notification apple-push-notifications pushkit
APNS rejects notification with reason "DeviceTokenNotForTopic"

I'm receiving this error only when trying to register for remote notifications using UserNotifications framework. When using PushKit everything works …

ios objective-c apple-push-notifications pushkit usernotifications