You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those of us with multiple instances of SideStore, would it be possible to add the ability to allow the user to specify which SideStore instance they want to use to setup/renew the JIT-less certificate? I setup LiveContainer with my main SideStore instance, but after installing more instances for use alongside SparseBox, it's now launching the wrong SideStore (the latest installed one) and not the one LiveContainer was sideloaded on (the first one).
The text was updated successfully, but these errors were encountered:
LiveContainer simply use sidestore:// url scheme when setting up JITLess certificate. Since you have multiple SideStores installed and they all registered the sidestore:// url scheme, it's up to iOS to decide which SideStore to open. Maybe I make LiveContainer to export the tweaked SideStore so you can decide which one to install manually?
By the way what's the purpose of using multiple SideStore though, since one SideStore can already support 10 app ids if you are using SparseBox?
hugeBlack
added a commit
to hugeBlack/LiveContainer
that referenced
this issue
Nov 30, 2024
For those of us with multiple instances of SideStore, would it be possible to add the ability to allow the user to specify which SideStore instance they want to use to setup/renew the JIT-less certificate? I setup LiveContainer with my main SideStore instance, but after installing more instances for use alongside SparseBox, it's now launching the wrong SideStore (the latest installed one) and not the one LiveContainer was sideloaded on (the first one).
The text was updated successfully, but these errors were encountered: