mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #1148] Idea: use ntfy for notifications #1007
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#1007
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 @lightyisreal on GitHub (Feb 14, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1148
I don’t know how hard it would be to create a tweak for this, but I wonder if there’s a way to inject notifications into ntfy (a push notification app that’s crossplatform) so that they could work. It’s okay if it can’t be implemented as I understand that iOS can be very limiting in regards to that
@hugeBlack commented on GitHub (Feb 14, 2026):
#265 8.1
@khanhduytran0 commented on GitHub (Feb 14, 2026):
ntfy is not suitable because APNs includes Apple server side thing. Instead we would need a solution that creates a fake device used to generate APNs tokens to receive notifications, something like pypush.
@lightyisreal commented on GitHub (Feb 14, 2026):
Fair