I created two applications and installed them on a device. Both apps have the same notification id. Whenever I send a push notification from my service, two notification show up.
I want to show only one notification (instead of displaying the same notification twice). Can I do it? If so then how can I do it?