I’m using C2DM to send notification for my android App and it is working fine. But i am able to get only one notification at a time. so that while receiving the notification, it replaces previously received notification.
So how to receive multiple C2DM notification, like receiving normal SMS?
Give the messages different
collapse_keys. Here’s an excerpt from the official docs:On a side note; you are not supposed to use the push messages too frequently: