Top "Apple-push-notifications" questions

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

Firebase silent apns notification

Is there a way to send a silent APNS using google's firebase? It seems that if the app is in …

push-notification firebase apple-push-notifications firebase-cloud-messaging silentpush
Push Notifications not being received on iOS 10, but working on iOS 9 and before

I have several apps that were written in Swift 2.2, compiled with Xcode 7.3 and is live on the App Store. The …

ios swift push-notification apple-push-notifications xcode8
When is didRegisterForRemoteNotificationsWithDeviceToken called?

There are a lot of questions about didRegisterForRemoteNotificationsWithDeviceToken but they all sidestep a very direct question which I cannot seem …

ios notifications apple-push-notifications
No Push Notification Capability in Xcode

I don't know why, but the option Push Notifications of Capabilities in Xcode is not displayed. Why? I follow the …

ios xcode apple-push-notifications
Invalid token when using Apple Push Notifications (APN) for Passbook

I am trying to create a server-side implementation for passbook APN, but the server does not like the push token …

ios push-notification apple-push-notifications passbook
Can't find private key for Apple Development Push Services

I've consulted many sources out there and still can't figure this out. http://code.google.com/p/apns-php/wiki/CertificateCreation …

ios certificate apple-push-notifications keychain
didReceiveRemoteNotification not working in the background

I'm working on a big app with a huge chunk of legacy code. Currently - there's an implementation for: - (…

ios xcode push-notification xcode6 apple-push-notifications
APNS: invalid token (8)

I am using the apns php server provided at https://code.google.com/p/apns-php/. I've have set up th …

php objective-c push-notification apple-push-notifications apns-php
Getting Remote Notification Device Token in Swift 4?

I am using this code to get the Notification Center Device token. It was working in Swift 3 but not working …

ios swift apple-push-notifications devicetoken
How to get back "Allow Push Notifications" dialog after it was dismissed once?

I am building an app that is heavily relies on APN. Upon the very first start of my app, iOS …

ios iphone objective-c push-notification apple-push-notifications