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.

link|improve this question
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.