I have been working on push notification for quite some time and have basic idea, how does it works. I am aware of the flow of push notification registration process and actual push notification delivery process.
As per my understanding Push Notification "Token" generated is unique per application / per device.
How ever, recently I was trying one of my old application for push notification with new "APP-ID" generated on new "Developer Account". Now my new Application, when I try to register for Push Notification, it returns me the same "Token" as it was returning for my old application.
Can any one justify any reason for above behaviour.
-- Vishal