Hi Experts
How will broadcast a single message to multiple device using APNS API. I checked at a time we can send a message to single device . So please help me on this that how will broadcast message.
Regards Saumya
Hi Experts
How will broadcast a single message to multiple device using APNS API. I checked at a time we can send a message to single device . So please help me on this that how will broadcast message.
Regards Saumya
There is no broadcast option using the APNs interface. Notifications are sent to a single token at a time. If you have a large number of devices you need to send a notification to, you can use the features of HTTP/2 like multiple channels, and use multiple connections to multiple APNs hosts to optimize your one-by-one push requests.
To optimize sending a large number of notifications in a short time, make sure you are fairly balanced across multiple hosts. We suggest the following:
You can open several thousand connections at a time to an APNs host to parallelize your requests.