I’m using C2DM notification service. When I send 2 consecutive notification, I can see only the second one. My question is can notifications form same service are replaced?
I’m using C2DM notification service. When I send 2 consecutive notification, I can see
Share
I don’t really understand your question, but if two messages sent with the same
collapse_keybefore the first one is handled by the device, the server automatically removes the first one. So if you need several messages to arrive, change the value of the key.You can read a little bit more about this here: https://developers.google.com/android/c2dm/?hl=sv-SE#push