katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.57k stars 1.76k forks source link

More flexible intervall for repeatable notifications in iOS #1154

Closed dz020 closed 6 years ago

dz020 commented 7 years ago

please provide the same functionality for iOS, so that it s possible to give an integer value to "every" parameter in iOS. we need a more flexible interval for our product!

Fayozjon commented 7 years ago

Hi there looking answer for this question. Right now i used to create reminder app which have to REMIND user to do something for example every 2 hours from 8 a.m. 3 times at day. For example take some medicine.

katzer commented 6 years ago

Please see the README for 0.9-beta

schedule({
  trigger: { every: 2, unit: 'hour', count: 3 }
});

However count is only supported yet on Android and Windows.