buford icon indicating copy to clipboard operation
buford copied to clipboard

Notification management in iOS 10

Open nathany opened this issue 9 years ago • 1 comments

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.

nathany avatar Jun 15 '16 16:06 nathany

Local and Remote Notification Programming Guide was updated on 2016-09-20 https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/Introduction.html#//apple_ref/doc/uid/TP40008194

nathany avatar Sep 24 '16 00:09 nathany