Local notifications get lost after android reboot

Hey Team,

The local notifications in my App get lost after I’m restarting my android phone. Before the restart the local notifications work fine.

According to Git Hub change log, this problem got solved already in version 2.3 capacitor/CHANGELOG.md at b83aba71f6d297720fc0395347de0f48695d1153 · ionic-team/capacitor · GitHub

And I’m using version 3.4

The Problem is also described here : bug: LocalNotifications are not persisted between device reboot on Android · Issue #2830 · ionic-team/capacitor · GitHub

Am I missing something here to make it work ?

Not sure if that is helpful, but here are the dependencies used:
“dependencies”: {

"@capacitor/android": "3.3.3",
"@capacitor/app": "1.0.6",
"@capacitor/core": "3.4.0",
"@capacitor/haptics": "1.1.3",
"@capacitor/ios": "3.3.3",
"@capacitor/keyboard": "1.1.3",
"@capacitor/local-notifications": "^1.0.9",
"@capacitor/status-bar": "1.0.6",
"@ionic/storage": "^3.0.6",
"@ionic/vue": "^5.4.0",
"@ionic/vue-router": "^5.4.0",

Thanks a lot for your reply

Stefam

Update:

I tried the App with local notifications on a newer Android Version 11 and here it works fine also after restarting the device.
On the older Android Version 9 it doesn’t work.