Search code examples
macosnotificationsnsusernotification

NSUserNotificationAlertStyle plist key not working


I am working on sample user notification on 10.8 however the key NSUserNotificationAlertStyle when i set it to alerts not working, my application still shows it as banner, the only way to control it through the system preference but what if i want to set the default behaviour to be alert style??


Solution

  • According to these two bug reports, the key NSUserNotificationAlertStyle isn't working for anyone at the moment.

    http://openradar.appspot.com/12632111

    http://openradar.appspot.com/12632157