mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #212] Notification support #188
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#188
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 @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 ..?
@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.
@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
@hugeBlack commented on GitHub (Nov 22, 2024):
So basically you can simply add this to info.plist to allow notifications:
@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 👍🏽
@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.
@MalcDryyy commented on GitHub (Nov 23, 2024):
Alright thanks you for giving some of your Time helping me 👍🏽