django-instapush
django-instapush copied to clipboard
Django push notifications app that handles both GCM and APNS notifications. This app also supports mongoDB models (mongoengine).
Made changes to support python3
Hi, I do not know if this library is still maintained as I see the last commit was three years ago. Anyway, today I have noticed that in new apns...
Hi, I found an issue when sending bulk messages. In lib/apns.py inside the apns_send_bulk_message function you are cycling over all devices and calling the function _apns_send. The problem is that...