Looking for some ideas: I have an app that is receiving notifications from the Google Cloud Messaging Center... My android device receives the notification, call it notification A, and notification A gets displayed in the notification messaging queue. (This is at the OS level).
Is it possible, server side, to send another notification call it notification B, to remove notification A from the devices notification queue.
I'm assuming this is not possible; My issue is that notifications can expire, and if they are expired they should no longer be in the android notification queue.
Any thoughts?
Thank! Best Regards, Chris