mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #1154] keychain-access-groups correct: NO — Instagram suggests account from another container #1013
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#1013
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 @olejenek500-web on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1154
Description
When running two Instagram containers with "Isolate App Group" enabled, the second container still shows "Continue as [account]" on the login screen — suggesting the account logged in from the first container.
In Settings → JITL-Less Mode Diagnose → Entitlement File, keychain-access-groups shows Correct: NO, which means keychain isolation is not working between containers.
Steps to reproduce
Install two Instagram instances in separate LiveContainer containers
Enable "Isolate App Group" for both containers
Enable "Spoof IDFV"
Log into an account in container #1
Open container #2 — Instagram login screen shows "Continue as [account from container #1]"
Expected behavior
Each container should have fully isolated keychain. Instagram in container #2 should not see any accounts from container #1.
Actual behavior
Instagram in container #2 suggests the account from container #1 via "Continue as" prompt. keychain-access-groups correct: NO in JITLess Diagnose.
Environment
LiveContainer version: 3.6.65
Installed via: SideStore
Device: iPhone 16 Pro Max (iOS 26.2.1)
@hugeBlack commented on GitHub (Feb 17, 2026):
That's probably because you installed LC+SS through iloader. You can reinstall lc in built-in sidestore to correct that or reinstall in Impactor
@olejenek500-web commented on GitHub (Feb 17, 2026):
Thank u!