Re: NSUserNotificationCenter configuration mysteries

2016-08-30 Thread Graham Cox
> On 31 Aug 2016, at 10:42 AM, Graham Cox wrote: > > note.identifier = self.URL.absoluteString; > > [[NSUserNotificationCenter > defaultUserNotificationCenter] deliverNotification:note]; >

NSUserNotificationCenter configuration mysteries

2016-08-30 Thread Graham Cox
I want to post a notification to the NSUserNotificationCenter when a certain event happens in my app (the user is able to toggle which events cause notifications). It’s working, but not how I want. I can’t find the documentation that tells me what I need to know. What I want: For EVERY event o