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
Alexander Boldyrev edited this page Oct 25, 2024
·
2 revisions
Starting from Android 13, Google requires to ask user for notification permission. More information can be found on official Android documentation.
MobileMessaging plugin will not automatically ask user for Push Notification Permission starting from Android 13+. To invoke registration for these permissions, use method registerForAndroidRemoteNotifications(), once you have an Activity initialized.
If user does not accept Notification Permission Request, he won't be able to receive push notifications. In order to enable push notifications, user needs to be redirected to the Phone Settings and needs to enable Notifications permission.