Questions tagged [pushkit]

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

From https://developer.apple.com/documentation/pushkit:

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

230 questions
-1
votes
1 answer

swift pushkit -> open call screen without open total app

I have some problem with my app, the exactly I want is to only open call screen when get pushkit VOIP call. But the problem is that the app gets open again(when killed), so many request were sent to server, i just want to open only callscreen, then…
famfamfam
  • 396
  • 3
  • 8
  • 31
-1
votes
1 answer

iOS 13 callkit crash when app in background using sinch

Using call kit, push kit and Sinch for the audio-video call. The call is working fine when app is active but crashes when the app in the background Assertion failure in -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes],…
-1
votes
2 answers

PushKit notification arriving after call has ended

I have an application that implements PushKit and CallKit. The scenario in which the problem occurs is as follow: Device A initiates a call, sending a PushKit notification to Device B. Device B has no internet connection, and therefore does not…
krypton36
  • 197
  • 2
  • 16
-1
votes
1 answer

iOS VOIP notification Linphone

I have set up the latest linphone iOS code (version 3.16.6) and I am able to make audio and video calls but if my app is in background or killed, not getting calls. Please guide me in details that what I have to do to get the calls even when app is…
Vishwas Singh
  • 1,497
  • 1
  • 18
  • 16
-2
votes
1 answer

What is an alternative of push kit to do processing on killed state when notification is received for IOS 13 SDK

On IOS13 push kit cannot be used other than callKit. I want to do processing on killed state just like WhatsApp and keep my application up-to date for good user experience. What could be the solution for doing processing on killed state. To…
1 2 3
15
16