I need a way to make any number of third-party GCM servers (Google Cloud Messaging) using one Google API key, so for another set of clients I just need to create a new server URL using the same API key.
This way, I can receive notifications about specific clients in Android without creating a new Google account.
First of all, is this possible?
Thanx in advance
source share