You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some case that Ios firebase messaging token has been changed after ios app has been terminated.
Its not exactly on every case of terminating app, but almost when I tried terminating it as 5~6 times, I found that firebase_messaging token is changed and old token is not available anymore. Therefore messaging is not working correctly because server does not know client token is changed or not.
Why this issue has created?
Is that any way to prevent this refreshing token issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new in flutter ios.
I found some case that Ios firebase messaging token has been changed after ios app has been terminated.
Its not exactly on every case of terminating app, but almost when I tried terminating it as 5~6 times, I found that firebase_messaging token is changed and old token is not available anymore. Therefore messaging is not working correctly because server does not know client token is changed or not.
Why this issue has created?
Is that any way to prevent this refreshing token issue?
Beta Was this translation helpful? Give feedback.
All reactions