Freddy
Freddy
Hi, I have the problem, see [#319 ](https://github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/319) I implemented a workaround, that sets the new token on the server, when the first notification is received by the app. If...
I checked my code, it some corona time in between ;) In the delayed initialization I have two other timers: First is checking CrossFirebasePushNotification.Current.Token != StoredToken Second checks, if a...
It may have something to do with this [issue (GetTokenAsync race condition #316)](https://github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/316).
Thanks for your response. I have added a event handler for `CrossFirebasePushNotification.Current.OnNotificationError` but it is not called. I'm still not using AndroidX in my project as you mentioned in your...
I can reproduce the problem with a simulator (Pixel 3a XL Q 10.0 - API 29). I have updated to the latest version and the problem still occurs. In MainApplication...
One thing I forgot: You need to uninstall the app on the simulator or to change the app version.
Have a look at #320 and #319, maybe that helps