早安先生們UNCalendarNotificationTrigger - 小時後,執行
我知道使用UNCalendarNotificationTrigger這樣:
var dateComponents = DateComponents()
dateComponents.hour = 10
dateComponents.minute = 30
let trigger = UNCalendarNotificationTrigger(dateMatching: dateComponents, repeats: true)
每天
在10:30的通知將交付。
我的問題是,用戶是否打開應用程序或通話後,如果通知將無論如何打電話。
感謝您的解釋馬特,幫助我很多 – user2976298