UNCalendarNotificationTrigger repeats?

Hello,

how can i reeats UNCalendarNotificationTrigger ?

var date = DateComponents()
date.minute = 5
let notificationTrigger = UNCalendarNotificationTrigger(dateMatching: date, repeats: true)

it only runs 1 time.

i want to run every 5 min.

This topic was automatically closed after 166 days. New replies are no longer allowed.