DLLocalNotifications
DLLocalNotifications copied to clipboard
Feature Ask: Custom Repeats
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!
Edit: After poking around in the code, I see it does save to disk. Not sure about custom repeats though
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.