Open ghost opened 12 years ago
Now that I'm also on Mountain Lion I can look into Notification Center Support. What would you suggest?
Theoretically there now is NC support.
However, clicking on a notification does not remove them, even though [[NSUserNotificationCenter defaultUserNotificationCenter] removeAllDeliveredNotifications];
is called and sometimes zombie notifications from the past are shown. The thing is, I have no idea why that is as the NC API is dead simple.
Posted question on Stackoverflow
Will surely be implemented once all mayor bugs are ruled out. Let's see what future versions of the Growl framework bring, they discussed some plug-and-play functionality with Notification Center recently.