Hey. We are developing an app where, with the users permission, we will send them silent push notifications multiple times an hour in order to trigger an upload. Is there any kind of limit or throttling that can happen?
Thanks, Red
Hey. We are developing an app where, with the users permission, we will send them silent push notifications multiple times an hour in order to trigger an upload. Is there any kind of limit or throttling that can happen?
Thanks, Red
There are all sorts of effective limits to the number of push events:
So there are limits, but those limits end up being dynamic limits, and you need to ensure that it's okay if those messages are lost or ignored.