I am developing an android SDK that uses GCM. The SDK can and will be installed in different apps by different developers.
Eventually, there are going to be n number of apps using the SDK and all of them will be registered against Google servers with the same sender id... is that valid?
What does it mean for the cases when a single device will install 2 or more apps that uses the SDK? will the message find it's way to the right app?
Haven't found anything about this kind of usage in the Google policy...