SSL error while implementing Apple Push Notification

后端 未结 5 2037
广开言路
广开言路 2021-01-04 19:10

I am trying to implement Apple Push Notification using python and django.

i am using following library to implement it

http://leepa.github.com/django-iphone-

5条回答
  •  醉酒成梦
    2021-01-04 19:23

    Try to use PyAPNs from
    https://github.com/simonwhitaker/PyAPNs
    or
    pip install apns

    And be sure to fetch the APNs certificate and key from iOS provisioning portal, install and convert them to .pem files following this guide:
    http://jainmarket.blogspot.com/2009/11/generate-apple-push-notification.html

    This library is quite strait-forward.

提交回复
热议问题