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
Android 13. Other Android versions and iOS work fine.
Current Behavior
When launching the app for the first time, the following permission request pops up, even if I don't use any of the plugin's functions (like schedule a notification):
Allow XXX to send you notifications?
Expected Behavior
The dialogue should only appear after e.g. scheduling a notification or requesting the permission (like it does in iOS).
The text was updated successfully, but these errors were encountered:
If targeting SDK 32, the prompt appears when you (or a plugin) creates a notification channel.
If you target SDK 33, you can requests the permission whenever you want, but requesting the permission is not possible at the moment and won't be implemented until we start working on Capacitor 5.
You can subscribe to this issue #1135
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/local-notifications@4.1.3
Capacitor Version
Platform(s)
Android 13. Other Android versions and iOS work fine.
Current Behavior
When launching the app for the first time, the following permission request pops up, even if I don't use any of the plugin's functions (like schedule a notification):
Expected Behavior
The dialogue should only appear after e.g. scheduling a notification or requesting the permission (like it does in iOS).
The text was updated successfully, but these errors were encountered: