从 GCM 迁移到最新的 FCM 但获得相同的令牌
Migrating from GCM to latest FCM but get the same Token
我曾经将我的其他应用程序从 GCM 升级到 FCM,当用户已经在他们的设备上安装了该应用程序时,他们在迁移后第一次打开时,我假设他们获得了与原始 GCM 不同的 FCM 令牌token(对不起,我不是很确定,这是很久以前的事了)。在该应用程序中,FCM 版本为 11.8.0.
现在在我当前的迁移应用程序中,我正在从 GCM 迁移到最新的 FCM 版本 17.3.4。当我尝试只复制和粘贴我的代码时,我发现我需要在此过程中进行一些安排。所以我跟着:
and Firebase (FCM) how to get token.
但是现在我们公司的测试人员告诉我,我发送到服务器的新 FCM 令牌与旧 GCM 令牌相同。只是想知道这是否正常,我没有看到有人问同样的问题,只是想确保我没有遗漏任何东西或做错什么,在此先感谢。
注册令牌是 "implicitly linked to the package name of the app + device where it was generated" -- so it is plausible that the device returns the same token if it is for the same app and the same project. Even though the answer is quite old (GCM days), I believe that this behavior still stands. This makes sense because ()。
我曾经将我的其他应用程序从 GCM 升级到 FCM,当用户已经在他们的设备上安装了该应用程序时,他们在迁移后第一次打开时,我假设他们获得了与原始 GCM 不同的 FCM 令牌token(对不起,我不是很确定,这是很久以前的事了)。在该应用程序中,FCM 版本为 11.8.0.
现在在我当前的迁移应用程序中,我正在从 GCM 迁移到最新的 FCM 版本 17.3.4。当我尝试只复制和粘贴我的代码时,我发现我需要在此过程中进行一些安排。所以我跟着:
但是现在我们公司的测试人员告诉我,我发送到服务器的新 FCM 令牌与旧 GCM 令牌相同。只是想知道这是否正常,我没有看到有人问同样的问题,只是想确保我没有遗漏任何东西或做错什么,在此先感谢。
注册令牌是 "implicitly linked to the package name of the app + device where it was generated" -- so it is plausible that the device returns the same token if it is for the same app and the same project. Even though the answer is quite old (GCM days), I believe that this behavior still stands. This makes sense because