I see different tokens returned for the same application on the same device:
-(void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken
between installations.
For example, after the first installation, it will return the “A” token, and if I uninstall the application and reinstall it, it will return the “B” token. I see this behavior on the latest beta version of iOS 9, and wonder if this is by design or just a mistake.
ios push-notification
Cherpak Evgeny
source share