ankush tiwari
ankush tiwari

Reputation: 83

Number of messages on bulk exceeds maximum allowed... How to solve this issue do i need to increase my limit and if yes then how can I?

number of messages in bulk exceeds(1600) the maximum allowed limit(1000)

.... Please tell possible solutions. Do i need to increase bulk messages maximum limit and if yes then how can i increase maximum allowed limit ?

Upvotes: 1

Views: 1913

Answers (1)

Eran
Eran

Reputation: 393801

You should split your GCM request into multiple requests, each containing at most 1000 registration IDs.

There is no way to send a single message to over 1000 registration IDs.

Upvotes: 5

Related Questions