问题
I have implemented GCM in my android app. I have 1461 users registered. I am using JSON method to send messages to server. When I try to send a push message I get an error like
"Number of messages on bulk (1461) exceeds maximum allowed (1000)"
Is it because GCM has a limitation for number of messages? Or is it a problem with JSON?
回答1:
@Basim Sherif you can only send 1000 user in one request, it is limitation of GCM for other user you have to send second request
来源:https://stackoverflow.com/questions/21629670/cant-send-push-messages-using-gcm