[GH-ISSUE #212] Notification support #188

Closed
opened 2026-03-03 15:31:24 +03:00 by kerem · 6 comments
Owner

Originally created by @MalcDryyy on GitHub (Nov 17, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/212

Will we ever have a notification support like "LiveContainer - New Notification avalaible" with a +1 on the app concerned ?

Also maybe we can have a full 3.0 release now ..?

Originally created by @MalcDryyy on GitHub (Nov 17, 2024). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/212 Will we ever have a notification support like "LiveContainer - New Notification avalaible" with a +1 on the app concerned ? Also maybe we can have a full 3.0 release now ..?
kerem closed this issue 2026-03-03 15:31:24 +03:00
Author
Owner

@hugeBlack commented on GitHub (Nov 18, 2024):

While this possible, it will allow all guest apps to send notifications which is quite annoying. I think you can simply achieve this by adding the notification entitlement to entitlements.xml and compile. But you can only get local notifications though.

As for release, I am considering to make a release in following weeks though, but no eta since I'm too lazy to write release notes.

<!-- gh-comment-id:2481919250 --> @hugeBlack commented on GitHub (Nov 18, 2024): While this possible, it will allow all guest apps to send notifications which is quite annoying. I think you can simply achieve this by adding the notification entitlement to entitlements.xml and compile. But you can only get local notifications though. As for release, I am considering to make a release in following weeks though, but no eta since I'm too lazy to write release notes.
Author
Owner

@MalcDryyy commented on GitHub (Nov 19, 2024):

Can any one make a build with notifications entitlement support please, i'm not able to do it unfortunately

<!-- gh-comment-id:2485075548 --> @MalcDryyy commented on GitHub (Nov 19, 2024): Can any one make a build with notifications entitlement support please, i'm not able to do it unfortunately
Author
Owner

@hugeBlack commented on GitHub (Nov 22, 2024):

So basically you can simply add this to info.plist to allow notifications:

	<key>UIBackgroundModes</key>
	<array>
		<string>remote-notification</string>
	</array>
<!-- gh-comment-id:2493409964 --> @hugeBlack commented on GitHub (Nov 22, 2024): So basically you can simply add this to info.plist to allow notifications: ```xml <key>UIBackgroundModes</key> <array> <string>remote-notification</string> </array> ```
Author
Owner

@MalcDryyy commented on GitHub (Nov 22, 2024):

Thanks but i can't build any ipa with the new info.plist file, my installation of Theos don't work I need to figure why, can you please build one with the new info.plist file I would be gratefull for that 👍🏽

<!-- gh-comment-id:2493497433 --> @MalcDryyy commented on GitHub (Nov 22, 2024): Thanks but i can't build any ipa with the new info.plist file, my installation of Theos don't work I need to figure why, can you please build one with the new info.plist file I would be gratefull for that 👍🏽
Author
Owner

@hugeBlack commented on GitHub (Nov 22, 2024):

Well, after some test, I found that it's not possible to allow even local notification for guest apps due to how LiveContainer works, which means that guest apps cannot have any entitlement, including aps-enviroment.

You may turn to SparseBox for local notifications and TrollStore/Jailbreak for full notification support.

<!-- gh-comment-id:2494283542 --> @hugeBlack commented on GitHub (Nov 22, 2024): Well, after some test, I found that it's not possible to allow even local notification for guest apps due to how LiveContainer works, which means that guest apps cannot have any entitlement, including `aps-enviroment`. You may turn to SparseBox for local notifications and TrollStore/Jailbreak for full notification support.
Author
Owner

@MalcDryyy commented on GitHub (Nov 23, 2024):

Alright thanks you for giving some of your Time helping me 👍🏽

<!-- gh-comment-id:2495203201 --> @MalcDryyy commented on GitHub (Nov 23, 2024): Alright thanks you for giving some of your Time helping me 👍🏽
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#188
No description provided.