Is it possible to remove the push notification from the notification center when one is clicked and the app launches?
Most apps seem to leave the notification in place. I read on another question that this:
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:0];
may work however it doesn't work for me.
The Facebook app definitely seems to remove the push notifications once clicked on.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…