almende / virtuele-memo

Gadget for WOTS, World of Technology & Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local notification not working on iOS >=10

kamleshpra995 opened this issue · comments

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

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.