I\'ve searched SO for the answer to this question, and it\'s not really addressed, at least not to a point where I can make it work.
I was originally only checking f
I'm not sure if this is your problem, but I noticed that it matters when you call startNotifier. I was having a similar problem with never receiving notifications (but with shorter values for "never" -- I guess I'm not as paitent) until I moved the startNotifier call into some UI code, specifically applicationDidFinishLaunching.