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.
Asked
Active
Viewed 63 times
1 Answers
0
It is possible, you just have to call one of the following two methods of UNUserNotificationCenter: removePendingNotificationRequests(withIdentifiers:)
or removeAllPendingNotificationRequests()

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