Top "Apple-push-notifications" questions

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

can we check push notification in simulator?

Possible Duplicate: How can I test Apple Push Notification Service without an iPhone? I want to know that can we …

iphone ios-simulator apple-push-notifications
"verify error:num=20" when connecting to gateway.sandbox.push.apple.com

I am attempting to run the Ray Wenderlich tutorial found at Apple Push Notification Services in iOS 6 Tutorial: Part 1/2. I …

ssl openssl apple-push-notifications
why didRegisterForRemoteNotificationsWithDeviceToken is not called

I am making an application in which I want to implement apple push notification service. I am following the step-by-step …

objective-c apple-push-notifications
How do iOS Push Notifications work?

How do iOS "push" notifications get delivered to a particular device without that device needing to poll a server? For …

ios push-notification apple-push-notifications
Missing Push Notification Entitlement warning

We have created an App ID, distribution certificate and provisioning profile. Push Notifications were not initially enabled. We now need …

ios apple-push-notifications
What is Silent Push Notification? When does the device receive it?

I want to clear my local notification in notification tray. For this to be implemented, I am thinking to use …

ios apple-push-notifications
How to open port 2195 in iptables CentOS 6 for activating the APNS

I tried this solution: iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/…

linux centos apple-push-notifications iptables centos5
Apple Push Notification with Sending Custom Data

I am sending push notifications from php job application to iphone. I am sending push notifications regarding new jobs. Is …

php iphone apple-push-notifications
Xcode 8 "the aps-environment entitlement is missing from the app's signature" on submit

I've got an app that we've submitted dozends of versions to in the last 6 months and we do use APNS. …

ios swift xcode apple-push-notifications
How to Renew Push Notification Services Certificate

I am pretty new to IOS development and honestly don't know much about certificates, except for the part that they …

ios apple-push-notifications app-store-connect