-
Notifications
You must be signed in to change notification settings - Fork 441
Subscribing/Unsubscribing to topics doesn't work on Android #1294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
anyone? |
Hi @AOEGame, Thanks for reporting this issue. While I try to replicate this, could you verify if the behavior persists using version 9.2.0 of the SDK? Are you getting any error messages after performing this operation? |
After a lot of testing, I found out that the first launch then subscribe topic is successful. After restart our game then subscribe topic, the subscribeAsync task can not finish. no error message. the subscribeAsync task does not have any completion information. Had set LogLevel: but no error message in android studio logcat! |
9.2.0 has the same problem. first launch then subscribe topic is successful. kill app then restart, subscribeAsync task can not finish. |
please help me! |
@paulinon any update? |
Hi @AOEGame, I was able to replicate this behavior on my end, and it appears to be related to this bug where |
[READ] For Firebase Unity SDK issues, please report to Firebase Unity open-source
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
I can not get the debug.log.
also test: awit Firebase.Messaging.FirebaseMessaging.UnsubscribeAsync
android version: 9
Relevant Code:
Firebase.FirebaseApp.LogLevel = Firebase.LogLevel.Verbose;
Firebase.Messaging.FirebaseMessaging.TokenRegistrationOnInitEnabled = true;
Firebase.Analytics.FirebaseAnalytics.SetAnalyticsCollectionEnabled(true);
The text was updated successfully, but these errors were encountered: