[GH-ISSUE #492] [Feature request] notifications #447

Closed
opened 2026-03-03 15:33:42 +03:00 by kerem · 7 comments
Owner

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.

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

@khanhduytran0 commented on GitHub (May 7, 2025):

Push notifications is not available due to the following technical reasons:

  • LiveContainer does not install app, so iOS has no idea where a notification is from
  • Push notification involves its own Notification Extension, which iOS doesn’t know since app extensions are not installed
  • Push notification requires paid developer certificate
<!-- gh-comment-id:2860480734 --> @khanhduytran0 commented on GitHub (May 7, 2025): Push notifications is not available due to the following technical reasons: - LiveContainer does not install app, so iOS has no idea where a notification is from - Push notification involves its own Notification Extension, which iOS doesn’t know since app extensions are not installed - Push notification requires paid developer certificate
Author
Owner

@tielybirb commented on GitHub (May 14, 2025):

Push notifications is not available due to the following technical reasons:

  • LiveContainer does not install app, so iOS has no idea where a notification is from
  • Push notification involves its own Notification Extension, which iOS doesn’t know since app extensions are not installed
  • Push notification requires paid developer certificate

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.

<!-- gh-comment-id:2878665216 --> @tielybirb commented on GitHub (May 14, 2025): > Push notifications is not available due to the following technical reasons: > > * LiveContainer does not install app, so iOS has no idea where a notification is from > * Push notification involves its own Notification Extension, which iOS doesn’t know since app extensions are not installed > * Push notification requires paid developer certificate 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.
Author
Owner

@hugeBlack commented on GitHub (May 14, 2025):

No

<!-- gh-comment-id:2878671250 --> @hugeBlack commented on GitHub (May 14, 2025): No
Author
Owner

@tielybirb commented on GitHub (May 15, 2025):

No

aww that’s sad ):
Just curious, but, what won’t work out in that?

<!-- gh-comment-id:2884824469 --> @tielybirb commented on GitHub (May 15, 2025): > No aww that’s sad ): Just curious, but, what won’t work out in that?
Author
Owner

@hugeBlack commented on GitHub (May 16, 2025):

Not possible

<!-- gh-comment-id:2885381233 --> @hugeBlack commented on GitHub (May 16, 2025): Not possible
Author
Owner

@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.

<!-- gh-comment-id:2885393768 --> @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.
Author
Owner

@tielybirb commented on GitHub (May 17, 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.
Oh, that’s fine. Can’t wait till 2038 when we get iOs 18 jailbreak! Jokes aside, thanks for the help.

<!-- gh-comment-id:2888530928 --> @tielybirb commented on GitHub (May 17, 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. Oh, that’s fine. Can’t wait till 2038 when we get iOs 18 jailbreak! Jokes aside, thanks for the help.
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#447
No description provided.