1

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.

Michaël
  • 6,676
  • 3
  • 36
  • 55
Salaz
  • 11
  • 2

1 Answers1

0

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

Michaël
  • 6,676
  • 3
  • 36
  • 55