almende / virtuele-memo

Gadget for WOTS, World of Technology & Science
4 stars 0 forks source link

Local notification not working on iOS >=10 #22

Closed kamleshpra995 closed 7 years ago

kamleshpra995 commented 7 years ago

This is working on android and IOS <10.

Here is the code: ` cordova.plugins.notification.local.registerPermission(function (str) { cordova.plugins.notification.local.schedule({ id: 1, sound: null, title: message }); });

` Please let me know this will work on IOS 10+ or not and what is wrong in my code so that I can correct it.

Thanks

mrquincle commented 7 years ago

This has been a temporary gadget for an event in 2014. It has not been maintained. Please, feel free to clone the repos and make your own variant.