ospreyapp
ospreyapp copied to clipboard
Notification Center Support
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.
Now that I'm also on Mountain Lion I can look into Notification Center Support. What would you suggest?
- Notification Center only, no notifications for OSX < 10.8
- Growl for OSX < 10.8 and Notification Center for OSX >= 10.8
- Growl for OSX < 10.8 and let user chose between Notification Center or Growl for OSX >= 10.8
- Wait for Growl 2
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