I have a sdk that can be integrated in an application. Server for our sdk wants to use single GCM Id to send push notification. How to tackle the scenario where my sdk is integrated in two applications in same phone and as sdk in one application registers GCM, the GCM registered from sdk in other application expires ?
FYI I have reviewed this answer Android GCM: same sender id for more application but they are considering the app is installed in different device.