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
0
votes
1 answer

Does a VoIP APNS Push Payload Contain the SIP Invite?

I am looking to integrate APNS for VoIP into our app and the part that I cannot seem to find anywhere is whether or not you are supposed to pass the SIP INVITE in the payload for the APNS Push. This seems like how it would happen especially since…
JayWade
  • 13
  • 3
0
votes
1 answer

Sinch register again for Notifications after unregisterPushNotificationDeviceToken

I am using Sinch with ManagedPush to receive notifications for VoIP via PushKit. In my app I have three possible states: Online Offline "Not available for incoming calls, but I can make calls" The user can change this state at any time during the…
Tamara Bernad
  • 1,048
  • 8
  • 22
0
votes
1 answer

I am using push kit and and receiving message but notification centre not showing that message

I am implementing push kit and receiving remote notification in delegate method "didReceiveIncomingPushWithPayload" but notification center is not showing that message. I have checked in my device "Notification-> app" allow notification and show in…
0
votes
1 answer

How to receive content even after app gets killed?

I have an app that display live stream video. I want to display advertisements in between the live video stream. For that I need to continuously receive adds from another server and store in current device. From server i am getting information like…
Smart guy
  • 494
  • 6
  • 9
0
votes
1 answer

iOS PushKit ring phone

I'm developing a VoIP app with Apple's PushKit. I am able to receive notifications when the app is in background or even when it's not running. However, I don't know how to turn on the display and ring the phone when it's necessary, like in case of…
0
votes
0 answers

PushKit Framework crashing

I am trying to use ios pushkit . I have imported the framework to my project and add the code for registry to receive push notification, but my problem is that my app crashing when i try to open and i getting Dyld Message: no cache image with name…
hanxer
  • 1
0
votes
1 answer

App badge doesn't change when using PushKit framework pushes

Since I switched to using PushKit framework for application, there are no app badge changes on push received. Changes to APNS implementation I've done to use PushKit : On server side, I replaced APNS certificates with VOIP push certificates. On…
0
votes
2 answers

SIP server/provider with PushKit

I develop a SIP app in iOS and I would like to know if anybody have found a sip server that supports PushKit. It might be an existing sip provider an opensource sip server (eg asterisk) with this capability implemented
cateof
  • 6,608
  • 25
  • 79
  • 153
0
votes
2 answers

PushKit: Can we use push kit(VoiP Push) in Chat Application without using VoiP

I want to sync my local DB with server when Push notification came, but I am not able to do it with Silent Notification because application:didReceiveRemoteNotification:fetchCompletionHandler not called when app killed by user. So, I did not know…
Learner
  • 319
  • 3
  • 6
0
votes
2 answers

ios 8 Push notification not opening app from background (Pushkit)

- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(NSString *)type { [[UIApplication sharedApplication] presentLocalNotificationNow:notification]; UIStoryboard *storyboard =…
saurabh
  • 31
  • 9
0
votes
2 answers

How to Change UILocalNotification Text after it's shown in notification center?

In one of my app, I want to show the local notification and once it's shown in notification center, I want to updated it's content. Is it possible in Swift ? Thanks, HP.
0
votes
3 answers

Launch App directly on push iOS

Can I launch app on push received, without tapping on push notification ? Example case for such behaviour : show incoming call screen for voip app when app is in background. As I know it's not possible with APNs push notifications, but in iOS 8,…
0
votes
1 answer

iOS PushKit (VoIP Push Notifications) Quality of Service

What is the PushKit QoS policy? The policy for the regular push notification is defined as store-and-forward. Apple Push Notification service includes a default Quality of Service (QoS) component that performs a store-and-forward function. If…
tonymontana
  • 5,728
  • 4
  • 34
  • 53
0
votes
1 answer

best solution for Silent push notification in swift (even force Close)

I have researched enough before asking this question. I work with GCM[Google Cloud Messaging] for push notifications. this is the message which I send from GCM { "to" : "....", "notification": { "sound": "default", "badge": "1", "title": "A Message…
0
votes
0 answers

PushKit not receiving notifications

I've followed this thread to implement VoIP push notifications, however I don't seem to be receiving any sort of notifications. I've tried both with ssl://gateway.push.apple.com:2195 and ssl://gateway.sandbox.push.apple.com:2195 and I get the…
Lord Zsolt
  • 6,492
  • 9
  • 46
  • 76
1 2 3
15
16