アプリケーションを開くたびにデバイストークンが変更されますか? Apple サーバーは毎回同じデバイス トークンを使用しますか、それとも新しく再生成されたデバイス トークンを使用しますか?
1 に答える
1
あなたは開発者の文書をチェックすることができます、以下はそこに言及されています-
The form of this phase of token trust ensures that only APNs generates the token which it will later honor, and it can assure itself that a token handed to it by a device is the same token that it previously provisioned for that particular device—and only for that device.
If the user restores backup data to a new device or reinstalls the operating system, the device token changes.
したがって、OSが再インストールされるまで、これらはiPhoneに固有のものです。
于 2012-06-29T09:59:21.047 に答える