NSUserNotificationAlertStyle plist key not working
It works, but you must
- Code sign your application;
- Set
alert
string value forNSUserNotificationAlertStyle
key in your app info.plist file; - Make sure they are not turned off in
Notifications
tab ofSystem Preferences
.
If you already experiment with notifications it will be better to perform it from scratch. Here how you can remove app from User Notification Center.
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