mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #219] [Feature Request] Allow SideStore App selection for JITless Certificate #195
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#195
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 @Infinitay on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/219
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).
@hugeBlack commented on GitHub (Nov 22, 2024):
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?