Does anyone know device quota per day for Android c2dm?
PS: Im not interesting in application quota that is 200 000.
Does anyone know device quota per day for Android c2dm?
PS: Im not interesting in application quota that is 200 000.
C2DM quotas is indeed based both on number of messages to a device or messages sent for any device.
It doesn't however seem to be stated anywhere what the amounts for a single device is.
When you sign up you give an estimate of how many messages you expect your application to send. (And are assigned a default quota of 200,000)
You can read about the limitations of c2dm here
And you can read about the quotas here. Here you will also be able to request more than the default 200,000 messages.
Device quota is 1000 per application per device. Here is answer on Google groups