I am implementing push notifications on my iOS app, however I have a problem. I need my app the be able to handle multiple push notifications. When the application is running in the background, everything works as expected. However, when the app is closed and I receive multiple push notifications, if the user clicks on one of the notifications, all the other notifications are cleared from the notification tray. How can I go about this, if at all possible?
Titanium SDK: 3.4.0.GA Platform: iOS 8