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 calling OneSignal.Notifications.requestPermission it's possible to pass a parameter fallbackToSettings which should control whether the in-app Open Settings prompt will display when the native prompt has been rejected. However, this parameter has no effect and the Open Settings prompt shows always
Steps to reproduce?
1. Call `await OneSignal.Notifications.requestPermission(false);`2. The "Open Settings" prompt will show