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
Copy file name to clipboardExpand all lines: docs/installation.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,37 +8,54 @@ sidebar_position: 1
8
8
## Requirements
9
9
10
10
- iOS/iPadOS 15+
11
-
-SideStore 0.6.0+ / AltStore 2.0+
11
+
-AltStore 2.0+ / SideStore 0.6.0+
12
12
13
-
## Download
13
+
## Download Methods
14
14
15
-
- Download methods: [Add to AltStore](https://tinyurl.com/LCAltStoreClassic), [Add to SideStore](https://tinyurl.com/LCSideStore), the latest IPA [here](https://github.com/LiveContainer/LiveContainer/releases/latest), or the latest nightly IPA [here](https://github.com/LiveContainer/LiveContainer/releases/tag/nightly)
16
-
- It is recommended to setup JIT-Less mode, in which LiveContainer signs your apps with certificate from SideStore/AltStore, see the instructions below.
15
+
- Stable:
16
+
17
+
[AltSource (raw)](https://raw.githubusercontent.com/LiveContainer/LiveContainer/refs/heads/main/apps.json) ([Add to AltStore](https://tinyurl.com/LCAltStoreClassic), [Add to SideStore](https://tinyurl.com/LCSideStore)), [IPA download](https://github.com/LiveContainer/LiveContainer/releases/latest)
18
+
- Nightly:
19
+
20
+
[AltSource (raw)](https://raw.githubusercontent.com/LiveContainer/LiveContainer/refs/heads/hbdev/apps_nightly.json) ([Add to AltStore](https://tinyurl.com/LCAltStoreClassic-N), [Add to SideStore](https://tinyurl.com/LCSideStore-N)), [IPA download](https://github.com/LiveContainer/LiveContainer/releases/tag/nightly)
21
+
22
+
- It is recommended to setup JIT-Less mode, in which LiveContainer signs your apps with your certificate from AltStore/SideStore (see the instructions below).
17
23
18
24
## Installation
19
25
20
26
### JIT-Less mode (without JIT \[recommended])
21
27
22
-
These steps can be bypassed if you don't mind enabling JIT for your app every time, but it is not recommended. Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from SideStore or AltStore.
28
+
These steps can be bypassed if you don't mind enabling JIT for your app every time, but it is not recommended. Without JIT, guest apps need to be codesigned, which requires retrieving the certificate and password from AltStore/SideStore.
23
29
24
30
:::note
25
31
JIT-Less mode does not mean you can't enable JIT for your apps. Instead, it means JIT is not required to launch an app. If you want to use JIT, see the instructions below in "JIT Support" section.
26
32
If something goes wrong, please check "JIT-Less Mode Diagnose" for more information.
- SideStore will be opened and ask if you want to export the certificate. If you don't see the prompt, keep SideStore open in the background and tap "Import Certificate from SideStore" again.
33
39
- Press "Export"
34
40
- Tap "JIT-Less Mode Diagnose" and tap "Test JIT-Less Mode"
35
41
- If it says "JIT-Less Mode Test Passed", you are good to go!
36
42
37
-
#### Method 2 (Requires SideStore/AltStore)
38
-
- Open Settings in LiveContainer, tap "Patch SideStore/AltStore", and the app will switch to SideStore/AltStore to reinstall it with the tweak applied. If you use AltWidget, select "Keep Extension."
39
-
- Wait for the installation to finish, then **reopen SideStore/AltStore**.
43
+
:::note
44
+
If you reinstall AltStore/SideStore using AltServer, you will need to go through these steps again or risk needing to reinstall the app.
45
+
:::
46
+
47
+
#### Method 2 (Requires AltStore/SideStore)
48
+
- Open Settings in LiveContainer, tap "Patch AltStore/SideStore", and the app will switch to SideStore/AltStore to reinstall it with the tweak applied. If you use AltWidget, select "Keep Extension."
49
+
- Wait for the installation to finish, then **reopen AltStore/SideStore**.
40
50
- Return to LiveContainer and press "Test JIT-Less Mode." If it says "Test Passed," JIT-less mode is ready.
41
51
- Install your app via the "Apps" tab.
42
52
- Tap the run icon, it will attempt to restart LiveContainer with guest app loaded.
43
53
44
-
Note: If you update or reinstall SideStore/AltStore, you'll need to reapply the patch. Re-patch is not needed when you refresh your store.
54
+
:::note
55
+
If you update or reinstall AltStore/SideStore, you'll need to reapply the patch. Re-patch is not needed when you refresh your store.
56
+
:::
57
+
58
+
### Installing Apps
59
+
- Open LiveContainer, tap the plus icon in the upper right hand corner and select IPA files to install.
60
+
- Choose the app you want to open in the next launch.
0 commit comments