Top "Apple-push-notifications" questions

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

APNS (Apple Push Notification Service) reliability

Our app uses APNS to receive Push Notifications. However, our client claims that some of their devices were not receiving …

ios push-notification apple-push-notifications
UIUserNotificationSettings deprecated in iOS 10

I am looking for the alternate way of implementing UIUserNotificationSettings in iOS 10. Apple documentation has given the below framework for …

swift xcode apple-push-notifications ios10 xcode8
The purpose of "Content-available" in Push Notification Json?

The purpose is to send push notification with only badge value & nothing else (no banner). I integrated parse sdk …

ios push-notification apple-push-notifications silent-notification
ios 7 device token is different for same device

I have two applications in one device. For iOS 7 both applications are sending different device tokens but for iOS 6 both …

ios ios7 apple-push-notifications devicetoken
Unable to connect to live 'ssl://gateway.push.apple.com:2195'

I am facing issue with APNS php code for push notification on IOS devices, I have two separate connection for …

push-notification apple-push-notifications apns-php
Xcode 8 APS Environment Entitlement won't set to production

I have push notifications working on my app. I went to go submit a new app update and I ran …

ios xcode apple-push-notifications
iOS APNS Development [sandbox] vs Production

Guys I'm having some trouble figuring out the key differences between the APNS (push notification) Developer (Sandbox) and Production modes. …

ios push-notification apple-push-notifications provisioning-profile p12
iOS - Ask to enable push notifications after initial decline

I would like to know if it's possible to force the "XXXXX would like to send you push notifications" popup …

ios notifications push apple-push-notifications
How to generate valid APNS Certificate (.p12) for use in GCM for iOS?

I am trying Google Cloud Messaging sample app for iOS platform. https://developers.google.com/cloud-messaging/ios/start To generate …

ios apple-push-notifications google-cloud-messaging pkcs#12
iPhone APNS Device Tokens in sandbox vs. production

How do device tokens vary from sandbox to production modes? I think I have locked up some device tokens into …

iphone apple-push-notifications