Top "Apple-push-notifications" questions

The Apple Push Notification Service is a service created by Apple Inc.

what kind of certificate do I need to test apns using ad-hoc distribution?

I can't understand from Apple's docs if I need a production certificate or a development certificate...

iphone apple-push-notifications adhoc
iOS Push Notification - How to get the notification data when you click on the app icon instead of notification

Similar to this question: How do I access remote push notification data on applicationDidBecomeActive? But the different is how can …

iphone ios xcode push-notification apple-push-notifications
Using sandbox APNS on AdHoc Distribution Builds for iOS

I've been reading a bunch of Apple's docs, as well as many other SO questions, but haven't found the answer …

iphone ios push-notification apple-push-notifications
iOS APNS: sending the device token to the provider in string format

I need to send the APNS device token of my iOS app to my provider by calling a service that …

ios apple-push-notifications string-formatting devicetoken
Does APNS Feedback service no longer exist as per new APIs?

I was going through updated official APNS documentation and it clearly says, All developers should migrate their remote notification provider …

push-notification apple-push-notifications javapns
APNS (Apple Push Notification Service) with Node JS

I am looking to create APNS (Apple Push Notification Service), where the server will be sending notifications to the iOS …

ios node.js apple-push-notifications apn
didRegisterForRemoteNotificationsWithDeviceToken never called on specific device

First of all, I am on iPhone 6 Plus/iOS 8.1 and I've tried everything here: why didRegisterForRemoteNotificationsWithDeviceToken is not called Still …

ios xcode push-notification apple-push-notifications provisioning-profile
HOWTO remove device tokens received by Apple APNS feedback

I am successfully fetching Apple APNS feedback data via PHP. The structure that I am getting (after some processing) looks …

iphone push-notification apple-push-notifications feedback
How to make your push notification Open a certain view controller?

I looked on SO but I wasn't able to find any question that discusses when you receive a push notification …

ios objective-c swift apple-push-notifications ios-universal-links
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