Software Archive
Read-only legacy content
17061 Discussions

Local Notification Icon Sets Cordova default

Nacho_M_
Beginner
161 Views

Hi I'm trying to make local notifications for my APP with a plugin called cordova-local-notifications by Katzer  and everything seems to work fine except for the Icon, no matter how I write the URL of the Icon I still get the default one by Cordova and the thing is in the official domuentation of the plugin says that the Icon has to be in the "res://" folder for Android and I know how to get to that folder in Cordova but with Intel XDK I can't seem to find it anywhere 

So my question is, does anyone know a workaround? or I'm doing it wrong?

So far I tested it like this

  • icon      = "res://icon";
  • icon      = "res://icon.png";
  • icon      = "http://urltomysite.com/App/ico/icon.png";
  • icon      = "res://package-assets/icon.png";
  • icon      = "file://www/ico/icon.png";

Any Ideas?

0 Kudos
1 Reply
Reply