I'm new for iPhone application deve开发者_StackOverflow社区lopment. 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.
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
精彩评论