Let there are 5 remote notifications recived for my app. Whenver I tap on single notification all 5 notification are disappaering too, we need to show other 4 notifications intact until they tapped. But main issue is all other notifications are for other purpose not for the same purpose. So we need to show all notification until they are clicked from the notification tray.
Also we need to update the badge count according to this. Is there any way to handle remote push notification when app is not running (killed)? Could you please suggest better way to handle remote push notifications using objective c ?
Thanks