DLLocalNotifications icon indicating copy to clipboard operation
DLLocalNotifications copied to clipboard

Feature Ask: Custom Repeats

Open raguiar2 opened this issue 6 years ago • 2 comments

I have a question about the notification scheduling capabilities of this library. I'm trying to build out a calendar-type application that needs to schedule many notifications with custom repetition. I have a couple questions about this library.

1: Does this library still queue notifications after the app has been killed? e.g. do they persist if I queue the notification then kill the app and restart it?

2: Is there an easy way to do custom repeats? For example, if i want something to trigger on monday, tuesday, wednesday each week, is there an easy way to do that?

Thank you!

raguiar2 avatar Dec 09 '18 00:12 raguiar2

Edit: After poking around in the code, I see it does save to disk. Not sure about custom repeats though

raguiar2 avatar Dec 10 '18 01:12 raguiar2

Also, is there any way to edit the notifications in the queue? Wondering because I need to update the notification text on a timezone change.

raguiar2 avatar Dec 10 '18 04:12 raguiar2