Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそれをグーグルで検索しましたが、その答えが見つからないようです:アプリのアプリストアからの更新があると、デバイストークンは変更されますか?
デバイス トークンは変更される可能性があります。アプリは、起動するたびに再登録する必要があります — iOS では、 のregisterForRemoteNotificationTypes: メソッドを呼び出しUIApplicationます。
registerForRemoteNotificationTypes:
UIApplication
出典:ローカルおよびプッシュ通知プログラミング ガイド