node-apn / node-apn

:calling: Apple Push Notification module for Node.js
MIT License
4.37k stars 681 forks source link

is it possible to send push to multiple devices with multiple payloads using node-apn without looping? #735

Open Farzana2104 opened 1 month ago

Farzana2104 commented 1 month ago

I am working on ios push notifications using node-apn. I want to send batch notifications (to multiple tokens each token contains different payload). How can I send bulk notifications without looping?