mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1124] Issue with Self-Hosted Ntfy Server and Self-Developed iOS Ntfy App Unable to Receive Instant Notifications #790
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#790
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 @leochenchiayu on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1124
❓ Question
We built our self-hosted ntfy server and developed our own iOS app using the ntfy iOS source code. We verified that the iOS device can receive instant notifications from APNS and Firebase. Additionally, we confirmed that we can use the Firebase Python API with a key file to push notifications successfully.
However, we encountered an issue when we followed the ntfy documentation and added the line firebase-key-file: "/etc/ntfy/my-adminsdk-nkruw-4712500.json" in server.yml. This method does not work.The iOS device was not able to receive instant notifications. Only after refreshing, it could get previous messages. Therefore, We have confirmed that the problem lies between the server and Firebase since other methods (APNS, Firebase, Firebase Python API) work.
We checked the log but didn't find any errors. It only shows that the message was sent to Firebase. We are wondering if there is something missing in the server.yml configuration or if there are other problems. Is there any method to check if the messages are successfully sent to Firebase?