Schedule notifications not working
I'm testing the notification function of my application using flutter_local_notifications: ^19.4.1 . But I don't understand why when I choose to display the notification immediately, it displays normally, but when I choose to display the notification after 10s or 30s, it doesn't display even though I have viewed and added all the permissions to AndroidManiFest.xml
I had encountered same issue (Schedule Notification not working)
A couple of questions
- Do you run into the same issue when you clone the repository and run the example app?
- Which devices are testing on? Have you tried testing on an Android emulator?
Asking these questions as there are some devices that may place restrictions. They have their own customisations of the Android OS that can affect the behaviour. This is outside the control of the plugin and what this part of the readme is referring to
I missed to add service tag inside android manifest. After I was added, it work fine.