I have implemented FCM in version 6 of my Android application. onTokenRefresh()
is getting called if my app is not previously installed. But when my app with a previous version (which did not have FCM implemeted) is already installed and I update it with version 6, then the onTokenRefresh()
is not getting called.
Do I need to uninstall the previous app version from Play Store and then install new version?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…