mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #653] [BUG] Apps crashing and signing out after NSUserDefault update #580
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#580
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 @m1337v on GitHub (Jul 6, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/653
Describe the bug
After the latest commit that replaced the 8-folder NSUserDefaults system, apps are experiencing:
What helped was deleting and installing the previous (now deleted) commit with the 8 NSUserdefauls.
I think it may be recursion in the hooks building up the stack
This is the only crashreport i could find for that day. The time seems to match when i first launched with the new nightly, but may be unrelated.
LiveContainer-2025-07-06-222832.ips.txt
Instructions to reproduce
sign in to instagram (original unmodified version)
quit app
launch again -> repeat until it starts crashing immediately
after about 5 crashes it works (you are logged out but can see the account name) and then it starts crashing again
What version of LiveContainer and iOS are you using?
latest nightly
Other info
No response
@m1337v commented on GitHub (Jul 7, 2025):
The crashes are fixed and it works for most apps, but the sign outs persist for some apps such as Pure (id690661663) and Twinby (id1595084386).
When you restart the app you always have to sign in again
@m1337v commented on GitHub (Jul 7, 2025):
edit: looks like this is related to google sign in
@hugeBlack commented on GitHub (Jul 7, 2025):
We've found another approach to solve this issue, but it may have some issue and does not support all iOS versions. Please have a try https://github.com/LiveContainer/LiveContainer/actions/runs/16122895398
@m1337v commented on GitHub (Jul 7, 2025):
looks good, this one works!