I'm new and try to create an app with the plugin.
I setup phonegap 3.0 based on phonegap documentation, and tried to import your plugin based on the guide, but got this error when calling the function.
ERROR: Plugin ‘LocalNotification’ not found, or is not a CDVPlugin. Check your plugin mapping in config.xml
[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [
"LocalNotification1130323922",
"LocalNotification",
"addNotification",
[
1374660909,
"This is a local notification.",
"",
"beep.caf",
1
]
]
Any idea on how to make it work? Thanks
I'm new and try to create an app with the plugin.
I setup phonegap 3.0 based on phonegap documentation, and tried to import your plugin based on the guide, but got this error when calling the function.
ERROR: Plugin ‘LocalNotification’ not found, or is not a CDVPlugin. Check your plugin mapping in config.xml
[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [
"LocalNotification1130323922",
"LocalNotification",
"addNotification",
[
1374660909,
"This is a local notification.",
"",
"beep.caf",
1
]
]
Any idea on how to make it work? Thanks