Using this plugin with Phonegap Build - it's including the plugin properly but console logs the following error when installed on a device:
The old format of this exec call has been removed (deprecated since 2.1). Change to: cordova.exec(null, null, "LocalNotification", "addNotification",[{"date":false,"message":"","hasAction":true,"action":"View","repeat":"","badge":1,"id":0,"sound":""}]);
Unable to set badges or add notifications, using the notification add code in the README. Any ideas?
Using this plugin with Phonegap Build - it's including the plugin properly but console logs the following error when installed on a device:
The old format of this exec call has been removed (deprecated since 2.1). Change to: cordova.exec(null, null, "LocalNotification", "addNotification",[{"date":false,"message":"","hasAction":true,"action":"View","repeat":"","badge":1,"id":0,"sound":""}]);Unable to set badges or add notifications, using the notification add code in the README. Any ideas?