I design an app for mac (new in cocoa) and i need to use a notification on monitor. I was going to implement growl. But i see that growl now is not free at App Store. So i wondered if it will still be the default notification manager on macs.
So do you think that i should use Growl for my screen notifications? If not any other suggestions?
It's not free, however you can download a standalone Growl library that allows your app to show Growl notifications without actually having to install Growl on the user's Mac.
Please refer to Growl's website for more info.
With that said, yes, using growl is recommended due to the familiarity it enjoys. If you are gonna support Mac OS X 10.8+, however, I'd say just use the new Notification Center.