Hi!
We are sending push notifications to list of tokens (batching by 100 tokens) using multicast.
Response contains a list of errors. How to determine which error related to which token? I want to clean up unregistered tokens, and i decided that errors in response has the same order as tokens in request, but when i started mark unregistered tokens, i find out that some of good tokens marked as unregistered.
What is a main approach to find out unregistered tokens when sending with multicast?
Or Is there are any way to check that token is unregistered without sending push notification to it (maybe some ping or something like that)?
Thanks!