According to Apple Docs, they want you to send as many push notifications using the one connection. The documentation states that you can actually send the data to each push notification next to each other instead one at a time.
In fact the docs state that if you send many push notifications separately, it may interpret it as a DoS attack.
Is there any way to do this using your package?
According to Apple Docs, they want you to send as many push notifications using the one connection. The documentation states that you can actually send the data to each push notification next to each other instead one at a time.
In fact the docs state that if you send many push notifications separately, it may interpret it as a DoS attack.
Is there any way to do this using your package?