PyAPNs
PyAPNs copied to clipboard
tutorial?
Hi,
Can someone help me with a tutorial on how to start using this?
in the example this is used: apns = APNs(use_sandbox=True, cert_file='cert.pem', key_file='key.pem')
it never says how you define your target devices, what are the cert.pem and key.pem? how can we obtain them?
Refer https://blog.krishan711.com/generating-ios-push-certificates about cert and key file.
Do you think this might be worth some documentation in the README?