-
Notifications
You must be signed in to change notification settings - Fork 374
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
send_notification_multiple stopped working suddenly #181
Comments
Does not work for me too. I can give more info if required, for now @contacitltd example should be enough. In the mean time, I take it Apple will not like it if you send 30k push notifications with the |
I seem to have the same problem.
I have this error:
|
It's fixed in this fork https://github.com/mnemonicflow/PyAPNs here https://github.com/mnemonicflow/PyAPNs/commit/f07515ec610475a715f6fd3e35595f875b13586d |
same issue here.. and above fork by @diman94 is not reachable (broken link). any one knows the actual link? |
I almost shure I have it on my computer. I will upload it tomorrow if I don't forget. You may look through recent forks of this project (as I did), maybe you'll find something useful. |
Try this one https://github.com/diman94/PyAPNs/ |
@contacitltd @skftn @connectarena I'm using very old version of PyAPNs and legacy notification (not enhanced notification), but recently I often got stuck when sending multiple notifications. It really bothers me, so I'm trying to upgrade the lib and replace with the enhanced mode. Till now, I haven't met the same issue in sandbox testing yet, but according to my experience, it's not easy to reproduce, so I need more details about your questions to infer if the stuck problem still remains, if so, maybe I should think a plan B. |
I thought it worked at some point in the past, but my problem is only involving banner type notifications when the application is not in the foreground. |
Given what @djeer said about what fix was made in that fork, and that |
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 not delivered to the devices (when there is only one notification in the frame, it does work).
As I used this for a long time before it recently stopped working, i can only suspect Apple has changed something in the API?
For reference, here is my code:
Has anyone experienced a similar issue?
The text was updated successfully, but these errors were encountered: