I have to create a pills reminder that warns user with local notifications. The user would set pills time with different parameters :
- start date
- end date
- hour
- specific week days
I have some doubts about how to manage these parameters with local notifications:
Start Date:
Ok, Start date would be the firedate
property
End Date:
How can I stop repetition at a specific day ? I think the unique way would be create every single notifications within the range Start-End date without repetition.
Specific Week Days
If user wants to set monday and friday, have i to manage these 2 days with 2 different notifications with weekly repetition and with firedate equal to the first "monday"/"friday" available ?