How to make multiple third-party GCM servers with the same api key

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

+4
source share

Source: https://habr.com/ru/post/1432651/


All Articles