-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
iOS App not receiving any notifations with 'Priority' set #461
Comments
|
I can confirm that this is happening in my case too. The desktop version displays both, while the ios app only the one without the priority flag.
I did remove ip addresses and instance urls, but this is the Trace logs. I was sending a ntfy message from the same server where ntfy is running momentarily. I also used the same messages as provided by the OP.
If you need more cooperation or logs @binwiederhier let me know, I am happy to help, because now any message with priority flag, does not pop up on my ios app which was apparently working for me until a few days ago. Edit: |
I started to try ntfy today and notice issue is still prevalent almost a year after first reporting. I'm using it through cloudflare and can confirm that notifications with priority are never seen by the iOS client. I think this will make iOS user's adoption quite hard sadly, as it's harder to trust a system that doesn't work the way it should. |
@mpeterson ntfy is my side project. I work on the things that are fun for me, and of course I try to fix issues as they arise. I deployed a fix for the priority header issue as soon as I learned it was an issue as best I could. Apparently it doesn't work perfectly, but you can always use the If you are not happy with a feature, you can always fork ntfy and fix it yourself. Complaining about it is certainly not helpful. |
@binwiederhier sorry if I came across as rude. I didn't meant to complain, but clearly I chose a poor writing. I meant to raise awareness to the fact that this is still not working (as there haven't been many updates on the ticket) and that might make onboarding and getting traction of the project harder for iOS users. What you've done is loable and I truly appreciate it, again sorry for my poor choice of wording. |
No worries. I am not an iOS user. I made the iOS app as best as I can, and there are many known issues. I have tried many many times to recruit iOS devs, without success. I don't think this is an iOS issue though. I'm not sure though. |
Only for integration with Uptime Kuma and NTFY (Both behind Cloudflare) Here is the Config and the Custom Deployment for ntfy.js in Uptime Kuma ConfigMap `
` Deployment just add this 2 Volumes This is under `
containers: `
I know its not the best solution but it works |
Another way to work around this is to use the Apprise notification handler in Uptime Kuma. ntfy:://server/topic or ntfys:://server/topic for ssl. |
The Priority header fix has been deployed for v2.8.0 (server) now. I re-read the ticket and I cannot make sense of it. We do not forward the Priority header to APNS when talking to the upstream server (ntfy.sh), and the header is in no way shape or form involved when fetching the notification from the selfhosted server. I also manually tried it myself with a local server (not behind cloudflare obviously), and that also worked like a charm. I am baffled how this should only affect iOS and nothing else. If you use the |
Not sure if it's a duplicate of #353, but the iOS app fails to receive any notications that have
Priority
set.Example:
This is not received on my mobile phone
While this works as expected:
I've tried different Priority values, they all seem to break the delivery on iOS. Subscribing to the topic via the CLI shows everything fine, it seems to be related to iOS.
The text was updated successfully, but these errors were encountered: