views:

366

answers:

1

I want to know that does apple's Push Notification Server generate new device token every time when requesting from a same device?

+1  A: 

No, generally it will not, but under some circumstances it might change tokens. That is why you should always have your app query the OS for the token each time it launches.

Louis Gerbarg