parse-community/parse-server-push-adapter

cannot handle "unregistered" status

charlyBerthet opened this issue · 1 comments

Hello,

For some of my installations I receive this error :

parse-server-push-adapter APNS APNS error transmitting to device XXXXXX with status 410 and reason Unregistered

I would like to subscribe to push adapter events in order to handle unregistered devices. How can I catch this error ?

My final goal is to remove unregistered installations in order to have a clean schema of Installations.

Thanks

Please checkout this thread: #87

There is already some work on cleaning up bad devices tokens. It is not finished though.