I am searching on stackoverflow & google related to this question but most of the people talking about limit of maximum number of messages sent to a device which is 100.
But my question is bit different,for example, if i have 100,000 users in my app and i need to send push notifications to all then what is the procedure?
referring to following google api documentation: https://developers.google.com/cloud-messaging/http-server-ref#downstream-http-messages-json
Second parameter: you can send only 1000 push notifications at once, then how can i send to 100,000 users? do i need to send 1000, 1000, 1000 etc.. in intervals same day? or maximum 1000 a daily limit?
any help would be appreciated.