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
LiveContainer has built-in support for popular JIT enablers. You can set it up in LiveContainer settings -> JIT section.
36
9
10
+
## Select a JIT Enabler
37
11
:::note
38
-
StikDebug support has existed since older 3.3.51+ era builds and remains the recommended path in current builds.
12
+
Only StikDebug/StikDebug(Another LiveContainer) works for iOS 26+.
39
13
:::
40
14
41
-
1. Install StikDebug and import pairing file.
42
-
2. Choose `StikDebug` in LiveContainer JIT settings.
43
-
3. Launch app and let LiveContainer request attach.
44
-
45
-
If automatic attach fails, open StikDebug manually and trigger JIT while waiting dialog is visible.
46
-
47
-
## StikDebug (Another LiveContainer)
48
-
49
-
This mode requires an available secondary LiveContainer instance.
50
-
51
-
If you see no available target instance:
52
-
53
-
- install another LiveContainer instance
54
-
- close running instances using needed container
55
-
- or switch to another enabler
56
-
57
-
## SideStore
58
-
59
-
1. Select `SideStore` enabler.
60
-
2. Launch app, wait for prompt.
61
-
3. Switch to SideStore and enable JIT for LiveContainer.
62
-
4. Return to LiveContainer.
63
-
64
-
Note: SideStore URL flow may not always return to LiveContainer automatically on all setups, so manual app switching is expected.
65
-
66
-
## SideJITServer / JITStreamer 2.0
67
-
68
-
1. Enter server address and device UDID in JIT settings.
69
-
2. Launch app.
70
-
3. LiveContainer contacts server endpoint automatically.
71
-
72
-
## JITStreamer-EB (Relaunch)
15
+
For *StikDebug*, Choose "StikDebug".
73
16
74
-
Use when your workflow depends on browser-based relaunch behavior.
17
+
For *StikDebug in LiveContainer*, Choose "StikDebug(Another LiveContainer)".
75
18
76
-
## Common failures
19
+
For *SideStore*, choose SideStore as your JIT enabler. Please note that since SideStore's JIT URL Scheme is not implemented yet, you still need to manually enable JIT for current LiveContainer in SideStore. Built-in SideStore is not supported.
77
20
78
-
### "Waiting for JIT" never completes
21
+
For *JitStreamer-EB* (Deprecated), choose JitStreamer-EB as your JIT enabler. If you use JitStreamer through a Wireguard VPN and you use the official server or you self-host and did not changed the `WIREGUARD_SERVER_ADDRESS` variable, you can leave "Address" blank. Otherwise, put the address to your server in "Address", including scheme (http/https) and port (9172).
79
22
80
-
- verify selected enabler
81
-
- verify enabler app/server is reachable
82
-
- keep waiting prompt open while triggering manual flow
83
-
- if SideStore path is used, confirm VPN/connectivity prerequisites before triggering
23
+
For *SideJITServer/JITStreamer 2.0*, please input both your address and device UDID.
84
24
85
-
### Works in normal launch, fails in multitask
25
+
## Setup App
26
+
Mark an app as JIT needed by going to: hold app -> settings -> enable Launch with JIT. LiveContainer will wait for JIT to be enabled and try to contact the JIT enabler you configured.
86
27
87
-
Use an enabler that supports PID-based attach.
28
+
If you are on iOS 26+ and your device uses A15+ or M2+ (included), you'll also need a JIT script for each app. Please contact app developer for that. You may load the script by: hold app -> settings -> select JIT launch Script.
88
29
89
-
## Related
30
+
## Setup StikDebug (Another LiveContainer)
31
+
StikDebug can be installed and used in LiveContainer. A free LiveContainer other than current one should be available to launch StikDebug
32
+
- Download StikDebug ipa and install it in LiveContainer
33
+
- Setup StikDebug as usual (import pairing file etc.)
34
+
- Convert StikDebug into a shared app
35
+
- Make sure a free LiveContainer other than current one is available
36
+
- Connect to LocalDevVPN
37
+
- Tap "Run"
38
+
- StikDebug will be launched in another LiveContainer, and the requested app should be launched with JIT enabled
## The correct way to enable JIT for an app inside LiveContainer
41
+
0. Don't enable JIT for LiveContainer now
42
+
1. Set up your JIT enabler as said above
43
+
2. Enable "Launch with JIT" as said above
44
+
3. Tap run
45
+
4. If your JIT enabler doesn't support automatic enabling, you need to enable JIT for LiveContainer from your JIT enabler while keeping the "waiting for JIT" prompt open.
0 commit comments