I am new to iOS development, but have created the app and I am trying to create a daily notification for a set time. Currently the notification executes once for the given d
var repeatInterval: NSCalendarUnit
=> the docs say "The calendar interval at which to reschedule the notification."
so: use NSCalendarUnit.CalendarUnitDay
NSCalendarUnit.CalendarUnitDay