mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #563] iOs 16.2 - No more instant notifications #427
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#427
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Eridani78 on GitHub (Dec 30, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/563
already configured upstream-base-url
--upstream-base-url https://ntfy.sh/
Everything was perfectly working before.
After update to iOs 16.2 on my iPhone, notifications push do not appear on my screen anymore.
I have to open Ntfy app to make the new notifications pop-up in the app screen on the iPhone.
@aappddeevv commented on GitHub (Jan 1, 2023):
I noticed that as well.
@jduckles commented on GitHub (Jan 2, 2023):
Same problem here
@attilabalazsy commented on GitHub (Jan 2, 2023):
Ahh, okay, maybe it answers my question, why it is not working with my setup. I'm just testing ntfy and I'm not able to get the iOS notifications working. What is strange, if I publish the notifications directly to the ntfy.sh server, then the iOS app get's notified, but it is not working through the private instance. In the private instance log, I see, that it is publishing a poll to ntfy.sh server, but nothing happens on iOS app.
I'm running on 16.1.2 not on 16.2
@binwiederhier commented on GitHub (Jan 2, 2023):
I have not tested on the latest iOS, but this may (or may not) help: https://docs.ntfy.sh/known-issues/#ios-app-not-receiving-notifications-anymore
@Eridani78 commented on GitHub (Jan 3, 2023):
Thank's ... it helps.
Following this advice :
"If notifications do not show up at all anymore, there are a few causes for it (that I know of):
Firebase+APNS are being weird and buggy: If this is the case, usually it helps to remove the topic/subscription and re-add it. That will force Firebase to re-subscribe to the Firebase topic."
Instant notifications were recovered 👍
@attilabalazsy commented on GitHub (Jan 3, 2023):
@binwiederhier thanks a lot, yes, it helped! The trick was, that I was setting the default server to ntfy.sh in iOS app and was also subscribing to ntfy.sh topic instead of the private server. It seems, that now everything is working as it should! Thanks again!