@j4hangir hey, i know this is an old thread but I was wondering if the icon in the plugin is working ?!
I’ve searched but I can’t seem to know the correct path to set for the icon !
Appreciate the help !
cordova.plugins.notification.local.schedule({
title: "Test",
text: "This is a test",
every: { every: 'hour', count: 4 }, //every 4 hours
vibrate: true, //not vibrating
icon: "res://mdpi", //not showing
smallIcon: "/res/android/icon/mdpi.png", //not showing
foreground: true
});