3

So Urban Airship supports the concept of "Batch Push"

https://docs.urbanairship.com/display/DOCS/APIs%253A+Push+iOS

What is the maximum amount of data that can be sent via this method?

Simon
  • 33,714
  • 21
  • 133
  • 202

1 Answers1

1

While I wasn't able to find any official documentation on a hard limit, this page seems to indicate a recommended maximum of 1000 pushes per batched call:

https://support.urbanairship.com/customer/portal/articles/1069013-helpful-curl-examples

(scroll down to the example titled "Sending a batch of several pushes in one request")

wilkystyle
  • 327
  • 1
  • 11