Top "Apple-push-notifications" questions

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

How to send a silent Push Notification payload

I just want to know how I can determine what action to do on a silent push: This is the …

ios swift push-notification apple-push-notifications
App rejected because of "Missing Push Notification Entitlement"

Recently my application got rejected while uploading it. The Apple review team says my app is "Missing Push Notification Entitlements" …

ios apple-push-notifications
What are the possible reasons to get APNs responses BadDeviceToken or Unregistered?

When sending notifications to iOS users, for some of them I get response status code 400 (BadDeviceToken) or code 410 (Unregistered). From …

ios http-headers apple-push-notifications http-status-code-400 http-status-code-410
Implement PushKit and test in development behavior

i'd like to implement PushKit service within my app ( Voip app ), but i have following doubt: I see that i …

ios ios8 apple-push-notifications ios-frameworks
Local and Push Notifications in IOS version compatible

I developed local Notifications in iOS 10. It is working perfectly. But now how should i code local notifications and push …

ios swift apple-push-notifications uilocalnotification
APNS :Error Domain = NSCocoaErrorDomain Code=3840

Im registering device data with the server, to get push notification. Here it goes the code, [NSURLConnection sendAsynchronousRequest: request queue: _…

ios json apple-push-notifications sendasynchronousrequest
What is difference between remote notification and silent notification in iOS?

When I read Apple Docs, they mention 3 types of notification: local, remote, and silent. Local notification can be inferred from …

ios push-notification apple-push-notifications remote-notifications silent-notification
Firebase: Cannot upload production APNs certificate

I am currently testing an app in TestFlight and need a production APNs certificate in order to test Notifications in …

ios push-notification firebase apple-push-notifications firebase-cloud-messaging
Java TLS socket : No trusted certificate found

Let me explain quickly what I'm trying to do. I'm trying to build my own Apple's Push Notification service in …

java sockets ssl apple-push-notifications javaapns
Does iOS 13 has new way of getting device notification token?

So my friend got this email from OneSignal Due to a change that may occur as part of the upcoming …

apple-push-notifications ios13 xcode11