0

How can I remove delivered notifications on watchOS?

override func willActivate() {
    super.willActivate()
    UNUserNotificationCenter.current().removeAllDeliveredNotifications()
}

It doesn't work.

Jinyu Meng
  • 321
  • 2
  • 13

0 Answers0