mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1545] Cannot get UP-Example notification when using ntfy from f-droid #1087
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#1087
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 @bilogic on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1545
Issue was first mentioned here https://github.com/element-hq/element-x-android/issues/6000, now that it is fixed, I'm pursuing the issue with UP-Example
push server(ntfy server) at https://ntfy.example.com and thepush gatewayhttps://ntfy.example.com/_matrix/push/v1/notify loads correctlypush serverhas no ACL or restrictions as far as I know, this is to test if everything can work before I tighten things updistributor app(ntfy app) from f-droid https://f-droid.org/en/packages/io.heckel.ntfy/ and point it to mypush serverRegisterin UP-Example, I see a notification added to mydistributor appSend notification, my mobile device does not get any notificationsdistributor appwith the one from Google Play, repeating step 6 and 7 gives me a notification@wunter8 commented on GitHub (Jan 13, 2026):
So Matrix notifications are working now but the UP-Example notifications are not working?
@bilogic commented on GitHub (Jan 14, 2026):
More precisely:
But I have since found the problem and solution:
distributor app(ntfy app) from f-droid does not getAlarm and reminderspermission automaticallySpecial accessand is not found in the App's info screenWill file another issue to propose a better UX.