Top "Apple-push-notifications" questions

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

Controlling which view controller loads after receiving a push notification in SWIFT

Once I receive a push notification and swipe to open it, it just opens my app and not the VC …

push-notification apple-push-notifications appdelegate
APNS + PHP "stream_socket_client(): Failed to enable crypto"

I'm having trouble with using APNS with PHP and getting the following message: stream_socket_client(): Failed to enable crypto …

php ios apple-push-notifications push apns-php
Detect if application: didReceiveRemoteNotification: fetchCompletionHandler: was called by tapping on a notification in Notification Center

application: didReceiveRemoteNotification: fetchCompletionHandler: is different from application: didReceiveRemoteNotification: How? from the docs: Unlike the application:didReceiveRemoteNotification: method, which is called …

ios cocoa-touch apple-push-notifications uiapplicationdelegate
didRegisterForRemoteNotificationsWithDeviceToken: doesn't invoke on calling registerForRemoteNotificationTypes:?

I am working with push notifications in a navBased app. in AppDelegate.m didRegisterForRemoteNotificationsWithDeviceToken: doesn't invoke on calling registerForRemoteNotificationTypes: code …

iphone push-notification ios-4.2 apple-push-notifications
iOS 10 UNUserNotificationCenterDelegate not called. push notifications not working

Tearing my hair out tying to get push notifications to work in iOS10. Current setup: in func application(_ application: UIApplication, …

ios swift apple-push-notifications
Objective-C - Detect when user change the app's notifications settings

I need to always know which options the user choose on the push notification settings. (The options are - alert, …

iphone objective-c push-notification apple-push-notifications appsettings
Silent push notifications only delivered if device is charging and/or app is foreground

I have implemented silent push notifications but I have noticed some strange behaviour. The silent push notifications are handled via: …

ios iphone background apple-push-notifications silent-notification
Missing Push Notification Entitlement

I have received a warning mail from Apple after submitting the binary build. Missing Push Notification Entitlement - Your app …

ios notifications apple-push-notifications
PHP technique to query the APNs Feedback Server

Can someone clarify what the APNs (Apple Push Notification) wants as far as how you query it? The docs say …

php push-notification stream apple-push-notifications fread
Making GCM work for iOS device in the background

I'm trying to use GCM for IOS and Android clients. It seems to work fine with IOS when app is …

ios push-notification apple-push-notifications google-cloud-messaging