Detect when a user clears notification from the notification center

后端 未结 1 1684
青春惊慌失措
青春惊慌失措 2021-01-16 07:18

My app needs to know if a user deletes/clears the apps notifications from the notification center using the clear button.

Is there either away to detect when the use

1条回答
  •  别那么骄傲
    2021-01-16 07:59

    You (ie App) cannot interact with NotificationCenter, NotificationCenter interacts with the user. A user can choose not to receive any push-notifications.

    http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

    0 讨论(0)
提交回复
热议问题