I remember the device’s marker never changes when reinstalling for the iPhone.
However, these days (especially on iOS 9), I noticed that the device’s token changes if I reinstall the application.
Is this option Apple or am I missing something?
I need to know this because it is very important for me, as I send push based on specific users to inform about their updates.
In addition, for no reason there are unnecessary device tokens.
Note
I call below webservice in App Delegate
- (void)application:(UIApplication*)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData*)deviceToken {
source share