Unable to update local scheduled notification content
问题 In one of the WWDC sessions I got code snippet for updating existing notifications. I don't think it works. Trying to update notification content. First I request pending notifications from UNUserNotificationCenter which always works. Then I am creating new request to update notification with existing unique identifier. There's 1 new variable content: String . // Got at least one pending notification. let triggerCopy = request!.trigger as! UNTimeIntervalNotificationTrigger let interval =