You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting the push permission after the user already declined push permissions, the "Open settings" prompt is still shown even when I pass false when calling requestPermission().
OneSignal.Notifications.requestPermission(false) // Still shows the "Open settings" alert
Steps to reproduce?
1. Install v5.0.4 of react-native-onesignal
2. Call `requestPermission(false)`3. Decline the push permission
4. Call `requestPermission(false)` again
5. The "Open settings" prompt is shown
What did you expect to happen?
I expect the "Open settings" prompt not to show up when I call requestPermission(false) after the user already declined push permissions.
React Native OneSignal SDK version
5.0.4
Which platform(s) are affected?
iOS
Android
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I was also getting this error and the problem was that I was calling requestPermission() twice inside the codebase. calling it only once solved the problem.
I was also getting this error and the problem was that I was calling requestPermission() twice inside the codebase. calling it only once solved the problem.
What happened?
When requesting the push permission after the user already declined push permissions, the "Open settings" prompt is still shown even when I pass
false
when callingrequestPermission()
.OneSignal.Notifications.requestPermission(false) // Still shows the "Open settings" alert
Steps to reproduce?
What did you expect to happen?
I expect the "Open settings" prompt not to show up when I call
requestPermission(false)
after the user already declined push permissions.React Native OneSignal SDK version
5.0.4
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: