mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #492] [Feature request] notifications #447
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#447
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 @tielybirb on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/492
It seems that you can’t get notifications coming from apps inside livecontainer. I would like to see this in the future.
@khanhduytran0 commented on GitHub (May 7, 2025):
Push notifications is not available due to the following technical reasons:
@tielybirb commented on GitHub (May 14, 2025):
I’m not an IPA programmer so sorry if I sound dumb:
Can’t live container copy and paste a notification I got and send it to me as a notification from livecontainer?
Let's say someone named timmy said "Hi"
livecontainer would send me:
Discord: Timmy said: Hi.
@hugeBlack commented on GitHub (May 14, 2025):
No
@tielybirb commented on GitHub (May 15, 2025):
aww that’s sad ):
Just curious, but, what won’t work out in that?
@hugeBlack commented on GitHub (May 16, 2025):
Not possible
@khanhduytran0 commented on GitHub (May 16, 2025):
What you described is a sandbox violation.
Maybe apps can use the same APN token or something, but we currently don’t have paid dev account to try it.Edit: no. it’s a server side thing and it’s impossible to redirect other apps’ notifications to LiveContainer. Each app generate its own token. When sending notification, it expects the bundle identifier to match the token you provided.
@tielybirb commented on GitHub (May 17, 2025):