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.
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.
Copyright © 2021 Jogjafile Inc.
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