Sander Geenen
Results
2
issues of
Sander Geenen
### 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 calling `requestPermission()`....
### What happened? When requesting the push permission on iOS the response is an array instead of a boolean. ``` OneSignal.Notifications.requestPermission(false).then((accepted) => { console.log(accepted); // [true] of [false] }); ```...