just noticed that every time didRegisterForRemoteNotificationsWithDeviceToken is called I get the same token back. Is this normal when does the token change? Does it remain the same for each app install?
Asked
Active
Viewed 409 times
0
KexAri
- 3,867
- 6
- 40
- 80
-
if you are registered your APNS , you get same DeviceToken – Anbu.Karthik Oct 03 '16 at 05:56
-
If you delete and reinstall the app you may get a different device token. – kometen Oct 03 '16 at 06:02
-
see this http://stackoverflow.com/questions/6652242/does-the-apns-device-token-ever-change-once-created – Anbu.Karthik Oct 03 '16 at 06:02
-
http://stackoverflow.com/questions/28163620/does-device-token-ever-change-in-apple-push-notifications – Anbu.Karthik Oct 03 '16 at 06:02
-
If you reinstall your application then device token changes but all time you run your app device token is same. Device token is the main thing that is use for push notification without it you cant get push notification – Jitendra Modi Oct 03 '16 at 06:39