Contents

removeAllDeliveredNotifications()

Removes all of your app’s delivered notifications from Notification Center.

Declaration

func removeAllDeliveredNotifications()

Discussion

Use this method to remove all of your app’s delivered notifications from Notification Center. The method executes asynchronously, returning immediately and removing the identifiers on a background thread. This method does not affect any notification requests that are scheduled, but have not yet been delivered.

See Also

Removing delivered notifications