In our app we are displaying Notification Center notifications in alert style.
Displaying notification works fine, as well as we get callback when user interacts wit
In Swift 3
func userNotificationCenter(_ center: NSUserNotificationCenter, didDismissAlert notification: NSUserNotification) { print("dismissed") }
This is not part of the NSUserNotificationDelegate but works perfectly
NSUserNotificationDelegate