We all know that this method [UIApplication sharedApplication].applicationIconBadgeNumber = 0;
could remove all remote notifications of our application from the notification center. However, for some reason, I want to remove the one which user taps on the notification center, and leave the others.
Does it have any method to do it?