+1. Same issue here.
I did use {every: "year"} as a workaround. It works for my app because all notifications get canceled once the app gets opened and I can live with the fact that if someone does not open the app for a full year, there will be another (pointless) notification. This is however only a temporary fix until single local notifications can properly be scheduled again!
Yes i have used the same but its very major issue
I have the same issue
+1
+1
+1
@scdt So you just made it a repeating notification and that worked? I've added every: 'year' and still no go.
What's interesting is they do work in the simulator (10.0 14A345) but not on my iPhone (10.0.2 14A456)
I wonder if it's a 10.0.2 thing?
Fix here Fix here https://github.com/katzer/cordova-plugin-local-notifications/pull/1107
run that cordova plugin add https://github.com/Telerik-Verified-Plugins/LocalNotification
Its here the documentation http://plugins.telerik.com/cordova/plugin/localnotification
THATS WORKS
If this is still a problem, update with the template in #1188.
Closed as no update from original poster.
Most helpful comment
+1. Same issue here.
I did use {every: "year"} as a workaround. It works for my app because all notifications get canceled once the app gets opened and I can live with the fact that if someone does not open the app for a full year, there will be another (pointless) notification. This is however only a temporary fix until single local notifications can properly be scheduled again!