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
6
votes
2 answers

Provisioning profile doesn't include the com.apple.developer.pushkit.unrestricted-VOIP entitlement

In XCode project, I have added entitlements file. Now if i am adding any value inside that file like. com.apple.developer.pushkit.unrestricted-voip Bool Yes. It gives error while running. Provisioning profile "Development" doesn't include the…
Ujesh
  • 1,698
  • 2
  • 23
  • 35
6
votes
0 answers

Handle Expired VOIP push

So I have VOIP calling application, where everything is working fine.One user can call to other user and can talk. But I am facing the problem where I don't understand How Can I fix that Problem. When user1 is calling to user2, user1 sending voip…
Prashant Tukadiya
  • 15,838
  • 4
  • 62
  • 98
6
votes
3 answers

App not receiving VOIP after x time on iOS 10.3 >

I've got a project I'm working on which uses VOIP notifications to "wake up" apps that have been put into background/terminated. These notifications are sent periodically, and everything seemed to work fine until recent iOS updates. It appears that…
royherma
  • 4,095
  • 1
  • 31
  • 42
6
votes
1 answer

iOS VoIP push notifications (PushKit)

I'm searching informations about push notifications for VoIP push notifications. Some point remains unclear to me : 1) If the user has not the application opened, and then he receives a call. Is there a mean to launch the applications from the…
babaaba78
  • 69
  • 1
  • 5
6
votes
1 answer

Pushkit with Sinch VOIP not working with pushkit

I am trying to implement App-to-App calling with Sinch in my IOS app. I have implemented Pushkit in my iOS app with Sinch but the push notification is not working when the app is in background. I have two questions. Do I need another web service…
Achilles
  • 250
  • 5
  • 13
6
votes
2 answers

PushKit not conceiving credentials

I'm struggling for some time here and probably this is my mistake but I can't find it anywhere, an answer for this. I have implemented PushKit in some ways, but none of them were effective. I have added the correct background modes, implemented the…
Raphael Ayres
  • 864
  • 6
  • 16
5
votes
2 answers

How to implement Callkeep with Agora in Flutter?

I have to create call application with help of Agora. When app is in foreground it is okay, but i want to accept calls when app is on background or terminated. I am trieng to use Callkeep plugin for accepting calls of background I found a way via…
5
votes
0 answers

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 make my app work on background to receive incoming calls and etc. I searched and dont find anything about how can i set-up, develop, use, find about, a…
5
votes
5 answers

reason: 'Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP push callback.'

I'm looking for solutions but I has find nothing yet. My app receives only VoIP pushes and after iOS 13 I'm not able to receive push when the app is in background mode anymore. I looked other questions but I was not able to solve my problem with…
DanieleLanari
  • 101
  • 1
  • 7
5
votes
1 answer

VoIP, PushKit and app wake up

I'm developing a VoIP app using PushKit and CallKit. I'm aware that similar questions have been asked quite often on different forums but unfortunately have never really been answered. Also most of these posts are from around 2015 so i assume…
Gert Andreas
  • 51
  • 1
  • 3
5
votes
3 answers

Callkit call End issue(error domain=com.apple.callkit.error.requesttransaction code=4) and Audio issue after Call accept

I made VOIP App.For that i am using PushKit and Callkit with pjsip. When app in background get notification of call and based on this i open callkit screen and after click on accept call connect using pjsip. 1) call End issue but when call hangout…
5
votes
2 answers

How to close Callkit screen after VOIP call disconnected

I am trying to remove callkit screen once my voip call is disconnected by source or destination. I used this code CXEndCallAction *endaction = [[CXEndCallAction alloc] initWithCallUUID:[NSUUID UUID]]; CXCallController *callController =…
Megha Parmar
  • 248
  • 2
  • 15
5
votes
1 answer

VoIP push with new token-based auth?

I'm able to get the new token-based push working (without using certificates) just fine with normal push notifications and using a simple node.js file for the backend. But, I can't get it to work with VoIP push. I've tried just using the token…
William GP
  • 1,252
  • 1
  • 14
  • 29
5
votes
3 answers

iOS: use VOiP notification instead of "normal" notif

We just add VOiP capability to our app (messaging app), now we will use VOiP (PushKit Framework). Can anyone tell me if we can use only that notifications (VOIP notifications)? Meaning even for text message for example (not for a call)? I talk about…
Red Mak
  • 1,176
  • 2
  • 25
  • 56
4
votes
2 answers

No sound after connecting to WebRTC when app is launched in background using PushKit and CallKit on the lock screen

Everything works fine if we launch the app in the foreground. But there is an issue when the app is previously killed and is restarted by receiving a PushKit notification on the lock screen. When the app receives a PushKit notification we display…
sidslog
  • 654
  • 1
  • 6
  • 15
1
2
3
15 16