If I have a registered push App for IPhone or Android that App should only be activated when a push is made to the specific device token for that device.
So if the device token changes then the App will no longer be activated. There will then be no chance to test for and notify the web back end that the device token has changed as the App will not have run!
Is there a way of setting a "Device Token Changed" call that would notify the web back end when the token had changed - perhaps passing the old and new tokens, or an unique app stored identifier and the new token?
Ideally this solution would be usable in Android, IPhone and Windows 8 but partial solutions will be gratefully accepted.