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
Since my device runs Android 13, I don't receive notifications anymore, even if the registration process successfully gets a token (without prompting the user). Behind the scenes, notification permission is not granted.
Temporary trick is to add package @capacitor/local-notifications which will prompt the user for notification permissions as soon as the app boots (not UX-friendly, but still better than nothing at all).
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.
Bug Report
Plugin(s)
Capacitor Version
Platform(s)
Current Behavior
Fresh install of the app.
The following code always returns true, even if no permissions have been granted yet:
Expected Behavior
receive
should beprompt
.Additional Context
Since my device runs Android 13, I don't receive notifications anymore, even if the registration process successfully gets a token (without prompting the user). Behind the scenes, notification permission is not granted.
Temporary trick is to add package
@capacitor/local-notifications
which will prompt the user for notification permissions as soon as the app boots (not UX-friendly, but still better than nothing at all).The text was updated successfully, but these errors were encountered: