-
-
Notifications
You must be signed in to change notification settings - Fork 846
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
On android 8 when I install app, permission for notifications is given already.
I disable it in settings and I have check:
checkNotifications().then(({status, settings}) => { // this return status 'denied'
on denied I show screen with following event:
let permitted = await requestNotifications();
if (permitted.status === 'granted') {
But this code do nothing.
Permission dialog not displayed.
Value of permitted.status
is denied
.
On IOS work fine. This doesn't work on android.
I didn't add [alert, sound]
as I see comment in documentation that it's only for ios.
What is wrong?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working