I'm working with this Cordova plugin https://github.com/bhandaribhumin/cordova-plugin-local-notification-12 which has been working great! But now in Android 13, it never asks the user's permission to send local notifications - so none can be sent. The developer suggests using setdummynotification() in the plugin but that doesn't do anything.
Does anybody have any advice?
I've looked at the code for setdummynotification() and not sure what's wrong. Is there another Cordova local notifications plugin that is working on Android 13? I saw a suggestion to send the user to the Android system settings to manually enable notifications but that's a horrible solution!
Thanks for any help!
- Jon -
You could take a look at https://github.com/NeoLSN/cordova-plugin-android-permissions
Check the permissions then if needed, request it