Does APNS-SHARP is the library that send multiple payloads in one connection?

428 Views Asked by At

I'm new for iPhone application development. I'm use APNS-SHARP for Push Notification. I want to know that this library use the method that "send multiple payloads in one connection". Can I use this library for bulk payload?

Thank you.

1

There are 1 best solutions below

0
On

APNS-SHARP has two types of sending (NotificationServiceDistributionType):

Sequential : Loops through all connections in sequential order to ensure completely even distribution

Random Randomly chooses a connection to use