I am fetching Id and token using InstanceId and store somewhere in my app. After reinstalling the app, I got new token and id. When I'm using old token and id for sending message through gcm, it shows success. But if I use only token for sending message, then it shows canonical. Can someone explain this in details?
example -> result :
1) "oldId:oldToken" -> success
2) "oldToken" -> success and canonical with new token
3) "newId:newToken" -> success
4) "newToken" -> success
I have issue in 1st example: Why is that not showing canonical and new token?
Check link: click here