0

I wonder is it possible to remove a notification from an Apple Watch that was sent by my application? I really need it. Thanks in advance.

1 Answers1

0

It is possible, you just have to call one of the following two methods of UNUserNotificationCenter: removePendingNotificationRequests(withIdentifiers:) or removeAllPendingNotificationRequests()

Reference

Dávid Pásztor
  • 51,403
  • 9
  • 85
  • 116