Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help Test LiveContainer v3.1.0! #230

Closed
hugeBlack opened this issue Dec 1, 2024 · 26 comments
Closed

Help Test LiveContainer v3.1.0! #230

hugeBlack opened this issue Dec 1, 2024 · 26 comments

Comments

@hugeBlack
Copy link
Collaborator

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:

  • random account sign out
  • preferences/settings cannot be saved or loaded
  • app reinitializes every launch
  • signature invalid
  • crash during app signing and first launch when using ZSign
  • apps that worked on previous versions stopped working

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

Your feedback and testing reports will ensure a smooth release for v3.1.0. Thank you for your support!

@hugeBlack hugeBlack pinned this issue Dec 1, 2024
@Sid6355
Copy link

Sid6355 commented 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
Copy link
Owner

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
Copy link
Collaborator Author

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.

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
Copy link

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.

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

Yes !

@skyerday
Copy link

skyerday commented 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
Copy link

Lizynz commented Dec 4, 2024

I have similar error (see above).

@hugeBlack
Copy link
Collaborator Author

Sorry for pushing to the wrong brunch, try the new build please

@Lizynz
Copy link

Lizynz commented Dec 4, 2024

Sorry for pushing to the wrong brunch, try the new build please

Great, the application is signed without errors. Now it remains to check the declared functionality.

@Mspy1
Copy link

Mspy1 commented Dec 5, 2024

Downloaded this version, it signed me out of everything.

@hugeBlack
Copy link
Collaborator Author

Downloaded this version, it signed me out of everything.

Sorry for that, that happened because i was experimenting with keychain separation stuff

@Mspy1
Copy link

Mspy1 commented Dec 5, 2024

No problems, just let you know.

@Impure2411
Copy link

Impure2411 commented 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
Copy link

how to download the ipa?

@Impure2411
Copy link

how to download the ipa?

Click download button below Artifacts
https://github.com/hugeBlack/LiveContainer/actions/runs/12161920505

@hugeBlack
Copy link
Collaborator Author

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
Copy link

@hugeBlack When I tried to install the 7faf79c build on SideStore and selected the file, SideStore crashed. However, I tried again, and the installation succeeded SideStore-2024-12-07-014025.txt

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
Copy link

Tried fb0c16f and confirmed the twitter issue is taken care of.
Thanks for a quick fix :)

@Majhool
Copy link

Majhool commented 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
Copy link
Collaborator Author

hugeBlack commented Dec 13, 2024

@Majhool Thank you for your appreciation!

  1. Yes, this option does enable local notification, just like the notification you got when refreshing SideStore. No remote notifications.
  2. Try fix in latest uYouEnhanced/YTLitePlus not working #130, or you may just switch to ytlite, which I'm currently using without problem.

@Sid6355
Copy link

Sid6355 commented 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
Copy link
Collaborator Author

@Sid6355 bad ipa. You can try to sideload it in SideStore and see.

@Impure2411
Copy link

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
Copy link
Collaborator Author

@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

@hugeBlack hugeBlack mentioned this issue Dec 16, 2024
@hugeBlack hugeBlack unpinned this issue Dec 16, 2024
@S44K
Copy link

S44K commented 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?
IMG-20241228-WA0078
IMG-20241228-WA0075
IMG-20241228-WA0077
IMG-20241228-WA0076

@hugeBlack
Copy link
Collaborator Author

@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
Copy link

S44K commented 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.

I only have 1 Sidestore only. Apologies for the disturbance. Will open a new issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests