Skip to content

Commit d73befe

Browse files
committed
Add to home screen guide
1 parent 4603f52 commit d73befe

11 files changed

Lines changed: 65 additions & 3 deletions

File tree

docs/guides/add-to-home-screen.md

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,68 @@
11
# Add to Home Screen
2+
There are 3 ways to add an app to you home screen. The first "Launch App Shortcut" is the best way to add an app to your home screen.
23

3-
Long press the app and you will see 2 ways to add your app to home screen:
4+
## Mathod 1: Launch App Shortcut (Recommended)
5+
:::note
6+
This feature is available in LiveContainer 3.6.62+
7+
Please make sure LiveContainer is installed with at least "LaunchAppExtension" extension ("Use Main Profile" or "Keep All Extensions" is selected when installing)
8+
:::
49

5-
1. Launch URL: Copy the provided URL, create a shortcut that opens the app, and add it to your home screen. You’ll need to create a separate shortcut for each app.
6-
2. Create App Clip: Install an App Clip MDM profile, which adds the app to your home screen. Note that launching the app includes an extra jump, and the App Clip will remain in the app switcher.
10+
This is the most recommended way of adding an app to HomeScreen, as it directly launch the app without the need of open LiveContainer's UI first, and it automatically finds a free LiveContainer to open the app, which saves you approximately 1.5~3s each launch comparing to other methods below.
11+
12+
Follow these steps to add an app to your home screen using Launch App Shortcut:
13+
### Save Icon & Copy Launch URL
14+
1. Save App Icon: Hold the app -> tap "Add to Home Screen" -> tap "Save App Icon" -> Select an icon style you prefer -> Save it and we'll use it later
15+
2. Copy Launch URL: Hold the app -> tap "Add to Home Screen" -> tap "Copy Launch URL"
16+
<p>
17+
<img height="500px" src="/img/add-to-home-screen/1.jpg" />
18+
</p>
19+
20+
### Create and Setup the Shortcut
21+
3. Open Apple's Shortcuts App. If you can't find it you may download it from AppStore.
22+
4. Press the + button on top right to create a new shortcut
23+
5. In "Search Actions" bar type and search "Launch App", choose the one from LiveContainer and tap to add it to your shourcut
24+
6. In "Search Actions" bar type and search "Open URLs". Make sure it opens the result of the previous "Launch App" action. If not, tap the gray "URL" text, then from the bar above the keyboard, tap "Launch App". (Unfortunately we can't embed the open URL action directly into the Launch App action due to iOS limitations which prohibits background process from Opening URL)
25+
7. Tap the gray "Launch URL" text in the first action, paste the launch URL you copied just now in step 2.
26+
8. Press "x" button to close the keyboard
27+
9. Tap the play/run button to test the shortcut. If the app opens, then the shortcut is working.
28+
<p>
29+
<img height="500px" src="/img/add-to-home-screen/2.jpg" />
30+
<img height="500px" src="/img/add-to-home-screen/3.jpg" />
31+
<img height="500px" src="/img/add-to-home-screen/4.jpg" />
32+
<img height="500px" src="/img/add-to-home-screen/5.jpg" />
33+
<img height="500px" src="/img/add-to-home-screen/6.jpg" />
34+
<img height="500px" src="/img/add-to-home-screen/7.jpg" />
35+
</p>
36+
37+
### Adding Icon to Home Screen
38+
10. Go back to the shoutcut editor. If it's accidentally closed, you may tap the "..." button in top right corner of your shoutcut to reopen it.
39+
11. Tap the share button, slide down, select "Add to Home Screen"
40+
12. Tap the text under the icon to set a name
41+
13. Tap "Image" -> Tap "Choose File" -> Select the image file you saved in step 1
42+
14. Tap "Add" to add the icon to home screen
43+
15. If you want to add more apps to home screen, you can directly hold your shortcut, tap "duplicate", and edit the Launch URL to another app's URL.
44+
<p>
45+
<img height="500px" src="/img/add-to-home-screen/8.jpg" />
46+
<img height="500px" src="/img/add-to-home-screen/9.jpg" />
47+
<img height="500px" src="/img/add-to-home-screen/10.jpg" />
48+
</p>
49+
### Adding SideStore to Home Screen
50+
If you installed "LiveContainer+SideStore" version, you may also add SideStore to your home screen. You can directly create a shoutcut, but set the launch URL to `sidestore://`.
51+
52+
## Method 2: Launch URL Shortcut
53+
It's basically the same as using "Launch App Shortcut" method. The only difference is in the "Create and Setup the Shortcut" stage
54+
55+
### Create and Setup the Shortcut
56+
3. Open Apple's Shortcuts App. If you can't find it you may download it from AppStore.
57+
4. Press the + button on top right to create a new shortcut
58+
6. In "Search Actions" bar type and search "Open URLs".
59+
7. tap the gray "URL" text, paste the launch URL you copied just now in step 2.
60+
8. Press "x" button to close the keyboard
61+
9. Tap the play/run button to test the shortcut. If the app opens, then the shortcut is working.
62+
63+
## Method 3: Create App Clip (Not Recommended)
64+
You may also add an app to your home screen by creating an app clip. This method is not recommended because the App Clip will itself remains in the app switcher and more jumps are needed. Also the MDM profile remains in your settings even after the icon is deleted, so it has to be manually deleted.
65+
66+
1. Hold the app -> tap "Add to Home Screen" -> tap "Create App Clip" -> Select a icon style you prefer -> tap "Allow" to download the profile.
67+
2. Open iOS Settings App ->tap "Profile Downloaded" -> In the popup tap "Install" and goes through the installation process
68+
3. You'll find your app's icon in your home screen
52 KB
Loading
46.9 KB
Loading
36.3 KB
Loading
47.6 KB
Loading
65.2 KB
Loading
55.5 KB
Loading
64.7 KB
Loading
49.3 KB
Loading
62.5 KB
Loading

0 commit comments

Comments
 (0)