I'm new to Apple Push Notification in the iPhone app. I studied these tutorials and a document for Apple
- www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
- www.raywenderlich.com/3525/apple-push-notification-services-tutorial-part-2
We send a notification from our server (PHP) to the Apple Push Notification Server, and APNS will trigger a notification to the devices. In this case, how can we know that the notification delivered the user from our server or not? If we send a notification to all subscribers (more than 100 users), do we have a delivery report for these 100 users?
source share