Reputation: 83
.... 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
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