[GH-ISSUE #711] Feature Suggestion: LiveContainer Notification Relay System #635

Closed
opened 2026-03-03 15:35:11 +03:00 by kerem · 2 comments
Owner

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.

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.
kerem closed this issue 2026-03-03 15:35:11 +03:00
Author
Owner

@hugeBlack commented on GitHub (Jul 27, 2025):

  1. don't use ai
  2. apn requires dev account which you don't have
<!-- gh-comment-id:3124806019 --> @hugeBlack commented on GitHub (Jul 27, 2025): 1. don't use ai 2. apn requires dev account which you don't have
Author
Owner

@TrapNouz commented on GitHub (Jul 28, 2025):

  1. don't use ai
  2. apn requires dev account which you don't have

Thank you i won't use ai to help me write my ideas .

<!-- gh-comment-id:3124855123 --> @TrapNouz commented on GitHub (Jul 28, 2025): > 1. don't use ai > 2. apn requires dev account which you don't have Thank you i won't use ai to help me write my ideas .
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#635
No description provided.