Otarius0

Results 3 comments of Otarius0

I had the same problem. Solution add to androidmanifest: ``` ``` Why does the crash happen on my device? Firebase at start game tries to get a token, but gets...

@iningwei You can try to manual get token used this code ``` FirebaseApp.CheckAndFixDependenciesAsync().ContinueWithOnMainThread(task => { if (task.Result == DependencyStatus.Available) { _firebaseApp = FirebaseApp.DefaultInstance; FirebaseMessaging.TokenReceived += OnTokenReceived; FirebaseMessaging.MessageReceived += OnMessageReceived; #if...

@iningwei Looking at Crashlytics, crashes still happen. But I think they on the devices who are updated to the new version of SDK and they still have TokenRegistrationOnInitEnabled = true....