You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
There is a new header apns-collapse-id to update or remove notifications. It is a string identifying the notification.
Swift also has a removeDeliveredNotifications API for UNUserNotificationCenter but it's not yet clear how to remotely remove notifications. It may be as simple as a DELETE action rather than POST, but I'm awaiting further information.
The text was updated successfully, but these errors were encountered:
There is a new header
apns-collapse-id
to update or remove notifications. It is a string identifying the notification.Swift also has a
removeDeliveredNotifications
API forUNUserNotificationCenter
but it's not yet clear how to remotely remove notifications. It may be as simple as a DELETE action rather than POST, but I'm awaiting further information.The text was updated successfully, but these errors were encountered: