UNCalendarNotificationTrigger - Execute after the hour
问题 Good Morning Sirs I know using UNCalendarNotificationTrigger this way: var dateComponents = DateComponents() dateComponents.hour = 10 dateComponents.minute = 30 let trigger = UNCalendarNotificationTrigger(dateMatching: dateComponents, repeats: true) Every day at 10:30 a notice will be delivered. My question is whether the user opens the applications or calls after that time, if the notification will be delivered anyway. 回答1: Local notifications, once created and scheduled, have nothing to do