简体   繁体   中英

Can't send push messages using GCM

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?

@Basim Sherif您只能在一个请求中发送1000个用户,这是GCM对您必须发送第二个请求的其他用户的限制

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM