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
You have to provide an NSCalendarUnit value like “HourCalendarUnit” or “DayCalendarUnit” for repeating a notification.
Just add this code to repeat the local notification daily :
notification.repeatInterval = NSCalendarUnit.CalendarUnitDay