Remote ios notification not marked read

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?

+3
source share
1 answer

I do not think that in iOS 5.0 there is a way to delete only one entry. Quoting iOS SDK Release Notes for iOS 5.0 :


Push iOS 5. , "". push , , 0, .

+3

All Articles