Wizcorp / phonegap-plugin-localNotifications

PhoneGap plugin for providing native local notification system to JavaScript.
MIT License
38 stars 29 forks source link

Icon not working #38

Closed kunsachdeva closed 8 years ago

kunsachdeva commented 8 years ago

What am I supposed to write in icon property? something like- icon:"icon.png" or icon:"http://sergeskor.no-ip.org/Files/Tech/correct.png" Neither of them seem to work. screenshot_2015-12-30-00-42-08 This is what I get no matter I set to icon property or even leave it undefined.

jrouault commented 8 years ago

Hello, Please refer to the README.md.

The icon property has to reference to the name of a drawable resource in your Android project. If you leave the title, ticker or icon empty they will become default values.

Here is the doc for drawable resource on Android.