I am working on how to send push notification to c2dm. According to the documentation, I need to开发者_运维百科 post the requests to c2dm one by one. If there is several thousands of push request, it will be a headache.
Is there any way to send batch requests like Apple push notification service ?
Thanks.
At present, Android C2DM does not provide batch messaging, and nothing has been announced.
精彩评论