In the Notifications setting pane users can specify if they want an individual app to display notifications as alert, banners, or none. Some of the notifications in my app can work as either, but some are just quick error messages that don't require user interaction so I would like for those to always be banners. I would think that there should be a way to set this programmatically, but I haven't found a way to do it.
Something like notification.type = NSNotificationTypeAlert
Let me know if this can be done. Thanks for the help.