djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 377 forks source link

How to send notification to multiple device at a time. #136

Closed amankumarjain closed 7 years ago

amankumarjain commented 8 years ago

Using 'send_notification' method is their any way to send multiple notification by passing list of device_token or do we have to go through loop?... Please help me here.

MaximilianoRios commented 8 years ago

Unfortunately, there's not any method to do it, push notifications at least at this moment are single messages.

amankumarjain commented 8 years ago

okie... i find out the best way to doit.. thanks

harshatba commented 8 years ago

@amankumarjain Can you please tell whats the method to sned multiple notifications?