Steffaan / cordova-plugin-local-notifications

Cordova Local Notifications Plugin
Apache License 2.0
31 stars 38 forks source link

Plugin not working on Android 5 or 6 #28

Open jondspa opened 4 years ago

jondspa commented 4 years ago

WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

Provide a general summary of the issue.

Thanks for the great plugin!

Plugin is working great on Android 7, 8, and 9. Not working at all with Android 5 and 6.

Your Environment

Steps to Reproduce

Here's my scheduling code:

                id: 1,
                text: "text"
                priority: 2,
                foreground: true,
                trigger: {
                    every: {
                        weekday: 3,
                        hour: 10,
                        minute: 15
                    }
                }

I schedule several of these and nothing happens on Android 5 and Android 6. Works fine on Android 7, 8, and 9 and iOS.

Tried on three different phones.