I need to set up UI Local Notification once a day for 21 days in row, after 21 days I need these notifications to pause for 7 days and then start again.
Im developing a Swift 2.3 application for woman menstrual period control and I need to create pill reminder that has to be for each 21 days, wait 7 days then 21 days of continuous reminder (per day).
I know that I can schedule using interval but how to do these "breaks" between the 21 continuous reminders?