Closed GoogleCodeExporter closed 8 years ago
The Push.payloads method is designed specifically for that.
If you take a look at the documentation
(https://code.google.com/p/javapns/wiki/PushNotificationBasic), you will see
the 'payloadDevicePairs' parameter for the 'payloads' methods. It accepts
lists of PayloadPerDevice objects, essentially allowing you to send customized
messages to multiple devices in one single pass.
Original comment by sype...@gmail.com
on 1 Mar 2013 at 5:15
thanks! that works like a charm
In terms of push notes per second, what's a typical figure JavaPNS can handle?
thanks
Bobby
Original comment by bsbi...@googlemail.com
on 1 Mar 2013 at 8:02
I don't have any numbers for that, sorry..
Closing support request.
Original comment by sype...@gmail.com
on 1 Mar 2013 at 8:13
Going beyond 20 payload device pairs, response time shoots upto 25 secs. How to
reduce that?
Original comment by compchap...@gmail.com
on 4 Oct 2013 at 8:15
Original issue reported on code.google.com by
bsbi...@googlemail.com
on 1 Mar 2013 at 5:00