jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

How to see apns-server response? #314

Open ksk6794 opened 8 years ago

ksk6794 commented 8 years ago

Hello! I decided to use your project django-push-notifications. I have a way to APNS_CERTIFICATE, but my message do not come, although the status OK. What could be the problem? How to see the response from the APNS server?

axsapronov commented 8 years ago

+1

Can you test your cert with https://github.com/djacobs/PyAPNs ?