-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PyPI #63
Comments
Ah, yes. Will do. |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+2 |
+1 we'd really like to use this for silent notifications |
@djacobs Can we please get some response here? |
I'll go through this next week. Definitely before iOS 8 is live. |
+1 |
1 similar comment
+1 |
@djacobs I will make you cupcakes* if you do this before iOS 8. *Can be picked up in San Francisco. |
I'm aiming to have an update (here and on pypi) before the 19th. |
Hi guys, this will happen. |
Prove it! 😄 |
+1 iOS 8 is out! |
@djacobs please share your upload bits if you don't have time, I can help if you want. |
@djacobs I can share the code review job, too :) |
I'm guessing that this is still waiting for an update. |
Give this a shot: https://pypi.python.org/pypi/apns/2.0 |
@djacobs nice! |
@jimhorng thanks, I'll fix that. I'll be happy if that's the biggest complaint with this push ;) |
|
Have the same problem at @thetylerhayes |
@thetylerhayes we are having the exact same problem. |
almost a year and this is still not fixed. easy install doesn't work for us either! |
The problem with pip install is fixed in the PR mentioned above: #97 so you should be able to pip-install from that. |
The pull request has been accepted; I'll update pypi shortly. |
Great work @djacobs! |
Awesome thanks guys! |
One question about the library. I'm trying to use it to send a MDM push notification (which is a little bit different). Have you ever tried a MDM profile activation instead of a normal push notification? It's just a minor difference but it doesn't seem to work and I want to know whether or not this library has been already tested for that. |
I would like to track down the message sent to APNS to see if it matches MDM specifications, is that possible? Thanks in advance! |
Still getting error: file '/tmp/pip_build_root/apns/apns-send' does not exist |
@jhurray It seems like the version on pypi isn't upgraded yet |
+1 |
yup pypi still not updated. download the repo then:
|
So it's been three years, can we open this issue again? The current version on PyPi doesn't have Python 3 compatibility, and this is the only APNS package for python that has been updated in the past two years. It looks like you uploaded to PyPi here 6879e06 and then later that day merged in a pull request for Python 3 compatibility here fce9e33. Using the GitHub repository for the time being. |
Yes, probably we should move to requiring modern Python. But that should be a new issue, not a comment on a three year-old thread ;) |
The version of "apns" on PyPI is old and the usage has since changed. The example in the README doesn't work with the version on PyPI even though it says that you can install the library using easy_install.
The text was updated successfully, but these errors were encountered: