Detect Other Button click (NSUserNotification)
I've searched all over the internet but the only method found was by looping through - (void)userNotificationCenter:(NSUserNotificationCenter *)center didDeliverNotification:(NSUserNotification *)notification just as shown in: https://stackoverflow.com/a/21365269/1795083 However, my app sometimes displays multiple notifications at a short interval, so this isn't really efficient nor effective. How does the mail app handle it when the trash button is pressed. There has to be at least a private method that's called. Has anyone ever came across it? Thanks in advance After... uhm.... "checking"