I have implemented Pushkit and callkit in my application. Whatsapp call kinda thing..and it is working completely fine in foreground and background but I am not getting call (full screen notification) in killed state. If anyone can help?
Asked
Active
Viewed 653 times
0
-
check this https://github.com/opentok/CallKit – kirti Chavda Jul 03 '18 at 08:44
-
What type of push implemented from server, voip-push or normal? any priority for push? – RJV Kumar Jul 04 '18 at 09:00
-
normal push from server, priority i am not sure – Monika mitruka Jul 04 '18 at 09:06
-
I think i am not handling it in killed state or something missed out – Monika mitruka Jul 04 '18 at 09:08
-
Verify the following, 1. pushRegistry.desiredPushTypes = [NSSet setWithObject:PKPushTypeVoIP]; 2. Use voip_services.cer in server. 3. Background mode as Push notification. – RJV Kumar Jul 04 '18 at 09:45
-
Refer the following https://stackoverflow.com/questions/27245808/implement-pushkit-and-test-in-development-behavior – RJV Kumar Jul 04 '18 at 09:47
-
I have implemented all this code exactly same But I have not created VoIP certificate. As I am testing in development mode only. – Monika mitruka Jul 04 '18 at 09:51
-
issue is only when app is in killed state – Monika mitruka Jul 04 '18 at 09:52
-
Let us [continue this discussion in chat](https://chat.stackoverflow.com/rooms/174374/discussion-between-rjv-kumar-and-monika-mitruka). – RJV Kumar Jul 05 '18 at 02:48
-
Whole Pushkit Swift and Objective C code example is given here, kindly refer https://github.com/hasyapanchasara/PushKit_SilentPushNotification – Hasya Aug 29 '18 at 14:02