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
Both LocalNotifications.hasPermission() and LocalNotifications.requestPermissions() return false in a application with already given permissions for push notifications. This does not allow for usage of the LocalNotifications.schedule with error
This piece of code const authStatus = await firebase() .messaging() .requestPermission(<any>{}); console.log('Android - checking notification permissions ...', authStatus); const aceptedLocalNotifications = await LocalNotifications.hasPermission(); console.log('Android - LocalNotifications.requestPermission', aceptedLocalNotifications);