mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #711] Feature Suggestion: LiveContainer Notification Relay System #635
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#635
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 @TrapNouz on GitHub (Jul 27, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/711
Currently, apps inside LiveContainer don’t support native push notifications, which limits the usability of social/media apps (like Reddit, Discord, Telegram, etc.). While implementing native Apple Push Notification support (APNs) inside containers may be restricted due to Apple’s sandboxing, a workaround system could still improve user experience.
Proposal:
Add an optional notification relay feature that works like this:
• LiveContainer monitors container app activity in the background (optional permission).
• When a containered app (e.g. Reddit) receives an internal alert or event (e.g. new message, reply), LiveContainer shows a local iOS notification saying “Reddit has a new notification.”
• Tapping the notification would launch the container directly into the relevant app.
Possible Workarounds / Options:
• Let apps inside containers write notification info to shared LiveContainer logs, which LC polls periodically.
• Support specific apps (like Reddit or Discord) with notification bridges that hook into known endpoints (like polling an inbox).
• If full background polling isn’t possible, offer a manual notification check button in the LiveContainer UI.
• Let users opt-in to per-app notifications that can be toggled in the settings.
Why it’s useful:
• Makes LiveContainer viable for more types of apps (chat, social, productivity).
• Increases user engagement.
• Keeps users informed without needing to open each container manually.
@hugeBlack commented on GitHub (Jul 27, 2025):
@TrapNouz commented on GitHub (Jul 28, 2025):
Thank you i won't use ai to help me write my ideas .