I\'m having some really irritating problems with UILocalNotification.
UILocalNotification
While finishing up an app that I\'ve nearly completed, I noticed that I couldn\'
Just a comment from my personal adventures in stupidity...
I had the same issue, but my problem was that I had forgotten to assign a value to alertBody. If you don't set alertBody, the notification won't display.