4

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.

Adinia
  • 3,722
  • 5
  • 40
  • 58
user403015
  • 7,209
  • 19
  • 66
  • 100

1 Answers1

1

At present, Android C2DM does not provide batch messaging, and nothing has been announced.

Sparky
  • 8,437
  • 1
  • 29
  • 41