Possible Duplicate:
iOS application: how to clear notifications?
is there a way how to remove notification from notification center(iOS 5) when I click it and start my application ?
Thanks a lot
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set the
applicationIconBadgeNumberproperty of yourUIApplicationinstance to 0. That is,Edit: In the current iOS SDK, you can’t remove just a single notification from the Notification Center programatically.