1

I googled it and I can't seem to find an answer for that: does device token get changed when there is an update from app store for my app?

Idan Moshe
  • 1,675
  • 4
  • 28
  • 65

1 Answers1

3

Device tokens can change. Your app needs to reregister every time it is launched — in iOS by calling the registerForRemoteNotificationTypes: method of UIApplication.

Source: Local and Push Notification Programming Guide

Rafał Sroka
  • 39,540
  • 23
  • 113
  • 143