Ionic, Local Notifications not working

Hi,
M using localNotifications,


but I couldn’t run it on android, followed exact same code and flow, still wasn’t able to get notification on my android device nor on genymotion.
Can anyone help me on this.

I think i found a solution,
firstly run this:
> cordova plugin add de.appplant.cordova.plugin.local-notification
> npm install --save @ionic-native/local-notifications

then:
> cordova prepare
> cordova build

this may help.

1 Like