Я могу получить следующее уведомление с помощью следующего кода:
Код: Выделить всё
let center = UNUserNotificationCenter.current()
center.getPendingNotificationRequests { (notifications) in
let pendingNotifications : [UNNotificationRequest] = notifications
let notification = pendingNotifications[0]
let trigger = notification.trigger
let content = notification.content
}
Код: Выделить всё
triggerКод: Выделить всё
Код: Выделить всё
trigger.dateComponentsИсточник: https://stackoverflow.com/questions/471 ... tification
Мобильная версия