You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the GCM API documentation there is a funcionallity which makes possible to send the same message til 1000 devices per round trip to the google servers.
"registration_ids"
A string array with the list of devices (registration IDs) receiving the message. It must contain at least 1 and at most 1000 registration IDs. To send a multicast message, you must use JSON. For sending a single message to a single device, you could use a JSON object with just 1 registration id, or plain text (see below). A request must include a recipient—this can be either a registration ID, an array of registration IDs, or a notification_key.
Regarding the GCM API documentation there is a funcionallity which makes possible to send the same message til 1000 devices per round trip to the google servers.
"registration_ids"
A string array with the list of devices (registration IDs) receiving the message. It must contain at least 1 and at most 1000 registration IDs. To send a multicast message, you must use JSON. For sending a single message to a single device, you could use a JSON object with just 1 registration id, or plain text (see below). A request must include a recipient—this can be either a registration ID, an array of registration IDs, or a notification_key.
https://developer.android.com/google/gcm/gcm.html#send-msg
Thanks in advance!
The text was updated successfully, but these errors were encountered: