Hey folks, I need to notify the user when a negative event happens. I am looking to implement the equivalent of a Windows NotifyIcon (tray icon), with a balloon popup. I already have the NSStatusBarItem created and it is working great. I believe for OSX 10.8, I can use the usernotificationcenter. I have tried that and it works fine. My question is for OSX versions 10.7 and 10.6. What is the equivalent? Also, in my research I came across Growl, but I don't think my company will want to put an extra financial burden on the end user to see notifications. I don't think that is an option. Any guidance would be appreciated. Thanks.
↧