Ok, so I wrote a small application that receives remote notifications, which I process in didReceiveRemoteNotification, and also verify that userDict is passed in didFinishLaunch.
However, notifications appear as “unread” in the notification center on iOS 5 (there’s a small blue dot to the left of them). How can I make sure that after a user clicks on a notification, he will either leave or be marked as read?
source
share