You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: