mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #230] Help Test LiveContainer v3.1.0! #207
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#207
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 @hugeBlack on GitHub (Dec 1, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/230
I'm planning to release the version 3.1.0 in the following weeks, please help me to test out the new version.
Although I have already tested these features in a small scale (3 people), I'm still uncertain whether these new features (especially the Keychain Saperation and NSUserDefault leak fix) contains severe issues. So I'd like you to help me test out.
You can download the latest build of v3.1.0 in my branch.
Please pay attention to and report if you experience issues like:
New Features
New Signer: ZSign
ZSign is now added as one of LiveContainer's signers.
AltSign remains the default signer for competibility reasons. You can switch the signer in Settings and app-specific settings for one specific app.
Re-Sign Only on Expiration
LiveContainer now keeps track of the date of expiration of each app's code signature and only signs when its signature is expired. So re-signing happens less frequent than before.
Automatic Tweak Re-Sign
LiveContainer now keeps track of the tweaks you added and re-sign it again if it is changed or its code signature expires, which makes tweak development with LiveContainer more convenient.
Impelement #175.
Keychain Saperation
Keychains are now saperated between app containers, so you can log in multiple accounts in different containers(data folders). Note that keychains will be removed if you delete a container in LiveContainer.
Old keychains will remain untouched so you can continue using your apps like before. To use this feature, clean up your keychain first in LiveContainer settings.
This feature, along with the following fix of NSUserDefault leak impelements #218 #176.
Language Selection for Each App
You can now choose an language for an app in app-specific settings.
Impelement #171
JITLess Support for Multiple SideStores
If you use Multiple SideStores with SparseRestore, you can now export the tweaked SideStore IPA and install it manually to enable JITLess mode.
Impelement #219
Bug Fixes
NSUserDefault Leak & Random Signing out: NSUserDefault(app preferences) are now almost saperated and properly placed in app's data folder. Solve #149 #163 #215
Hook
-[VSSubscriptionRegistrationCenter setCurrentSubscription:]: Solve #227Your feedback and testing reports will ensure a smooth release for v3.1.0. Thank you for your support!
@Sid6355 commented on GitHub (Dec 1, 2024):
Great initiative mate, so far, apart from the Lightroom issue you solved promptly, everything is going smooth as of now, will report issues as and when they crop up.
@khanhduytran0 commented on GitHub (Dec 1, 2024):
Fantastic work! Do you have Twitter/Bluesky/Discord/etc? You may post your announcements and I can RT to forward my followers to you to keep them updated.
@hugeBlack commented on GitHub (Dec 2, 2024):
Thank you! My discord user name is huge_black. I think maybe we can create a discord server for LiveContainer? Since I see some people talking about LiveContainer in the SideStore server
@fredystar200 commented on GitHub (Dec 4, 2024):
Yes !
@skyerday commented on GitHub (Dec 4, 2024):
I can not install 3.1.0 via SideStore.
Error message
The operation couldn’t be completed. Unable to install the app: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.dLYBu3/extracted/Payload/App.app : 0xe8008016 (The executable was signed with invalid entitlements.)@Lizynz commented on GitHub (Dec 4, 2024):
I have similar error (see above).
@hugeBlack commented on GitHub (Dec 4, 2024):
Sorry for pushing to the wrong brunch, try the new build please
@Lizynz commented on GitHub (Dec 4, 2024):
Great, the application is signed without errors. Now it remains to check the declared functionality.
@Mspy1 commented on GitHub (Dec 5, 2024):
Downloaded this version, it signed me out of everything.
@hugeBlack commented on GitHub (Dec 5, 2024):
Sorry for that, that happened because i was experimenting with keychain separation stuff
@Mspy1 commented on GitHub (Dec 5, 2024):
No problems, just let you know.
@Impure2411 commented on GitHub (Dec 5, 2024):
BHTwitter (v4.3) starts asking password with the message "Confirm your identity" making me fill in my password each time I re-open the app after updating to LiveContainer v3.1.0.
It doesn't happen on the browser version.
@junaidiroy commented on GitHub (Dec 5, 2024):
how to download the ipa?
@Impure2411 commented on GitHub (Dec 5, 2024):
Click download button below Artifacts
https://github.com/hugeBlack/LiveContainer/actions/runs/12161920505
@hugeBlack commented on GitHub (Dec 6, 2024):
I believe that the latest build fixed twitter's issue. Please Try it.
What's more, multi-account is now supported, so you can create up to 3 containers for each app with most their data(NSUserDefault, data, Keychain etc.) separated
@michael1900 commented on GitHub (Dec 7, 2024):
Do you have crash when try to refresh sidestore? Because i am reading in sidestore github that many have this problem when try to refresh sidestore atm.
@Impure2411 commented on GitHub (Dec 7, 2024):
Tried
fb0c16fand confirmed the twitter issue is taken care of.Thanks for a quick fix :)
@Majhool commented on GitHub (Dec 13, 2024):
Thanks for great work I have some questions:
1- In app setting there is fix for notification this fix enable notification or just to circumvent the program to run without issues?
2- When I try to open YTLitePlus downloaded from link below its crash automatically and error message doesn't appear, I try to run it JIT/JITLess but doesn't work, and also I try every single option for app including "Signer" option but doesn't work.
https://ytliteplus.github.io/#download
Thanks for you and @khanhduytran0 for hard work in this app.
@hugeBlack commented on GitHub (Dec 13, 2024):
@Majhool Thank you for your appreciation!
@Sid6355 commented on GitHub (Dec 14, 2024):
“Error, App returned from its main function with code 0.”
This message pops up when I try to open an arcade game.
IPA- angry birds reloaded from iOS Vizor version 3.11
@hugeBlack commented on GitHub (Dec 15, 2024):
@Sid6355 bad ipa. You can try to sideload it in SideStore and see.
@Impure2411 commented on GitHub (Dec 15, 2024):
Not sure if it's a specific problem for this version, but installing plugins for Enmity does not work. Nothing happens after pasting plugin URL (it tries to open discord app if you already have a native version, but again the result is the same).
@hugeBlack commented on GitHub (Dec 15, 2024):
@Impure2411 That plugin and anything similar to this will NOT work in LiveContainer. Use this shortcut to send webpage to apps inside LiveContainer. https://www.icloud.com/shortcuts/44ea82ce7ed8469ea24198c375db09a0
@S44K commented on GitHub (Dec 28, 2024):
I'm trying to setup 2 LiveContainers, I managed to install the second one successfully. However, installed apps on the first one don't show up on the second. I converted all the apps to shared apps. Also, trying to run an app and choosing "Open In LiveContainer2" results in opening the LiveContainer2 with an error message saying "App not found."
Am I doing something wrong? What am I missing?




@hugeBlack commented on GitHub (Dec 29, 2024):
@S44K do you have mire than 1 sidestore, or both sidestore and altstore installed? Open a new issue so we can solve your issue without disturbing others.
@S44K commented on GitHub (Dec 29, 2024):
I only have 1 Sidestore only. Apologies for the disturbance. Will open a new issue now.