Idan Moshe
Idan Moshe

Reputation: 1535

Does device token for my app changed when there is an update for my app in app store?

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?

Upvotes: 1

Views: 93

Answers (1)

Rafał Sroka
Rafał Sroka

Reputation: 40030

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

Upvotes: 3

Related Questions