PyAPNs icon indicating copy to clipboard operation
PyAPNs copied to clipboard

Python library for interacting with the Apple Push Notification service (APNs)

Results 60 PyAPNs issues
Sort by recently updated
recently updated
newest added

Is there any interest to gradually migrate this project over to the new API? Apple is recommending developers should migrate their remote notification provider servers to the more capable and...

@djacobs let me know if you want me to update your email to the current one in github ([email protected]) too

twistd -r epoll web --class=pyapns.server.APNSServer --port=7077 Traceback (most recent call last): File "/usr/bin/twistd", line 11, in sys.exit(run()) File "/usr/lib64/python2.7/site-packages/twisted/scripts/twistd.py", line 29, in run app.run(runApp, ServerOptions) File "/usr/lib64/python2.7/site-packages/twisted/application/app.py", line 662, in...

Dear Team, We are using the proxy server to send the notification but we don't find any provision in code to send the same. Can you guys help me with...

I have been using the **send_notification_multiple** function for quite some time, but it has stopped working yesterday.. When I add more than one notification to the frame, the messagses are...

Although both have the same version number "2.0.1", the apns package on PyPI [Download file page](https://pypi.org/project/apns/#files) is different from the code in this repository. It seems that the Python 3...

Reference: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns Per the article, shall we need to adjust the code? 1. Use HTTP/2 and TLS 1.2 or later to establish a connection between your provider server and one...

Ref #63 The current version hosted on PyPi does not have the changes added in fce9e33c62a0cef8eebcd8b1a293d66be0b45480 which make the module compatible with Python 3. Uploading a new version would be...

the order of the result in Payload.dict() changed after python upgrade,which caused a failure in test in python 3.6. And now it has been fixed.

Can you please add `__init__.py` to the repo so that in can be included as a submodule in a project, I tried creating a branch & PR for thins on...

todo