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
Targeting SDK 33 with current version of the plugin leave the notification permission to off without any possibility to enable it even manually via settings menu.
Proposed solution:
Add android.permission.POST_NOTIFICATIONS in the manifest
Implement grantPermission method that was reserved to iOS before and ask for this runtime permission if the SDK is 33+
The text was updated successfully, but these errors were encountered:
Starting from SDK 33 (Android 13) it seems now that a runtime permission is necessary to manage notifications.
See https://developer.android.com/develop/ui/views/notifications/notification-permission
Targeting SDK 33 with current version of the plugin leave the notification permission to off without any possibility to enable it even manually via settings menu.
Proposed solution:
Add android.permission.POST_NOTIFICATIONS in the manifest
Implement grantPermission method that was reserved to iOS before and ask for this runtime permission if the SDK is 33+
The text was updated successfully, but these errors were encountered: