alloy / lowdown

A Ruby client for the HTTP/2 version of the Apple Push Notification Service.
MIT License
120 stars 15 forks source link

Apple feedback service #17

Closed mayank-singh closed 8 years ago

mayank-singh commented 8 years ago

Is there any option provided to fetch the current list of those devices that have repeatedly reported failed-delivery attempts?

We can access the production feedback service via feedback.push.apple.com on port 2196 and the development feedback service via feedback.sandbox.push.apple.com on port 2196.

alloy commented 8 years ago

There’s no feedback service anymore with the HTTP/2 provider API. Instead you get the feedback for each individual HTTP/2 request.