-
Notifications
You must be signed in to change notification settings - Fork 377
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
[Bug]: Permission Not Granted (Android) #1679
Comments
onesignal sdk version 5.1.1 and 5.1.2 have same problem. |
We are currently in contact with OneSignal support and waiting for the issue to be resolved. |
@johannessachse |
What do you mean with externId? We only have the Subscription ID and OneSignal ID. Did you remove the devices via the "Subscription Records" Dashboard? |
maybe related to android version, from 13 and above there is this issue going around :: OneSignal/OneSignal-Android-SDK#1824 (comment) add |
Hello, same here, any update ? |
@humqn I don't think so. We still use version 5.0.5 (works). Maybe there is a fix in the latest version. But we haven't tested it yet. |
@johannessachse ok thank you, I have downgraded to 5.0.5 and it works as desired. |
any further updates?? Im using react-native-onesignal v5.2.0 and am also having this issue with Android devices |
@konangels We are still waiting for a fix. |
@johannessachse appreciate the update. Thank you. |
What happened?
Since version 5.0.6 some Android devices (f.e. Pixel 7, Android 14) in our OneSignal dashboard have "Subscription Status: Permission Not Granted". On my SM-T510 (Android 11) everything works fine. On iOS everything works fine too.
When logging
OneSignal.Notifications.hasPermission()
orOneSignal.Notifications.getPermissionAsync()
we always gettrue
as excepted.Versions:
react-native: 0.72.7
react-native-onesignal: 5.0.5 (works)
react-native-onesignal: 5.0.6 (does not work)
react-native-onesignal: 5.1.0 (does not work)
Steps to reproduce?
What did you expect to happen?
I expect that we get "Subscription Status: Permission Granted"
React Native OneSignal SDK version
Release 5.1.0
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: