nomad-cli / houston

Apple Push Notifications; No Dirigible Required
http://nomad-cli.com
MIT License
2.93k stars 229 forks source link

How are response codes being used? #104

Closed pkuruppu closed 3 years ago

pkuruppu commented 9 years ago

I noticed that Apple response codes are stored in module Houston, class Notification. Are these response codes being used? And if so, where are they being stored?

It appears that if I try to send a notification to a bad token, Houston::Client.production.devices briefly stores the token, but I'm not sure for what reason the token failed. Is there a way to return the response codes returned as feedback?

dankimio commented 7 years ago

Are you talking about feedback service?

ltrainpr commented 7 years ago

👍
@dankimio Seems like Apple is moving away from feedback service. Seems like applications should be handling 410 response codes now.