mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 01:25:52 +03:00
[GH-ISSUE #857] Does it work in EU third party stores? #771
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#771
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 @falhumai96 on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/857
Hello,
Does LiveContainer work if it was submitted to a third party store, e.g., AltStore PAL? If so, has it already been submitted for a third party store?
@khanhduytran0 commented on GitHub (Sep 23, 2025):
No. LiveContainer requires the same entitlement as JIT does.
@falhumai96 commented on GitHub (Sep 23, 2025):
Understood. So, it basically JIT compiles guest apps to run more smoothly and efficiently, and since stocks apps or EU apps sandboxing doesn't allow JIT, LiveContainer is impossible.
@FrizzleM commented on GitHub (Dec 28, 2025):
Hi, what about JIT less mode?
@khanhduytran0 commented on GitHub (Dec 28, 2025):
LiveContainer doesn't work without
get-task-allowentitlement, which is why enterprise certs are also unsupported.@hugeBlack commented on GitHub (Dec 28, 2025):
Also even if Apple allows apps with
get-task-allowto enter AltStore-PAL, we still need the certificate that signed all App Store apps, which nobody except Apple has.