Closed jaggerharness closed 3 months ago
I've found a temporary solution (https://github.com/OneSignal/OneSignal-Android-SDK/issues/1824#issuecomment-1914733585) by adding the following to the build.gradle:
implementation 'com.google.firebase:firebase-messaging:23.4.0'
Same here! #900
Is there another solution than the implementation 'com.google.firebase:firebase-messaging:23.4.0'
We are not using this library, and we won't use it in our project.
This bug will take forever to be fixed by the team! OneSignal, we trusted you at first, and now you left us at this risky time ?!
It's annoying that a question this simple takes so much time.
What happened?
In the latest version of the SDK, I am unable to properly Opt In to notifications only on Android, iOS is working without issue. After requestPermission and granting notification access, the application displays that optedIn == true, but the OneSignal dashboard shows permission status as "Permission Not Granted". At this time, I am unable to receive any notifications on the Android platform due to this issue.
Steps to reproduce?
What did you expect to happen?
I expected that the user would show as subscribed in the dashboard and be able to to receive notifications.
OneSignal Flutter SDK version
Release 5.1.2
Which platform(s) are affected?
Relevant log output
Code of Conduct