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: src/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ let setupStepContents = [
67
67
)}</li><li> Select <code>sidestore.ipa</code>, follow instructions as prompted, and wait until AltServer confirms that SideStore has been installed.</li><li>Open <code>Settings > General > VPN & Device Management</code> on your device and approve of the <code>Developer App</code> linked to your Apple ID's email.</li><li>If your device is running iOS/iPadOS 16 or higher, you must now enable Developer Mode. To do that:<ul class="list-decimal list-inside ml-4 sm:ml-6"><li>Open the Settings app</li><li>Tap “Privacy & Security”</li><li>Scroll to the bottom and toggle Developer Mode on</li></ul></li>`,
68
68
//pairing file
69
69
(os)=>
70
-
`<b>Follow these steps to pair your device with SideStore:</b><li>Install <code>iDevice Pair</code> <a class="glink" target="_blank" href="https://support.apple.com/en-ca/guide/iphone/iph14a867ae/ios">Set a passcode for your device</a> if you don't already have one and ensure that your device is still connected to your computer via cable.</li> <ul class="list-disc list-inside"><li> Open your device to its homescreen. ${osW(
70
+
`<b>Follow these steps to pair your device with SideStore:</b><li>Install <code>idevice pair</code> <a class="glink" target="_blank" href="https://support.apple.com/en-ca/guide/iphone/iph14a867ae/ios">Set a passcode for your device</a> if you don't already have one and ensure that your device is still connected to your computer via cable.</li> <ul class="list-disc list-inside"><li> Open your device to its homescreen. ${osW(
71
71
'Then, open <code>idevice pair</code>.</li><li>Ensure your device is unlocked and open to the home screen, then select your device from the drop-down menu and select "generate". When a prompt appears on your device, select "trust" again.</li><li>Your <b>pairing file</b> should appear. Ensure your device is still open to the home screen, then scroll down to the SideStore section and select "install". The word success should appear in green.</li>',
72
72
'Then, in File Explorer, locate <code>idevice pair</code> and execute it by double-clicking it or right-clicking it and selecting open.</li><li>Ensure your device is unlocked and open to the home screen, then select your device from the drop-down menu and select "generate". When a prompt appears on your device, select "trust" again.</li><li>Your <b>pairing file</b> should appear. Ensure your device is still open to the home screen, then scroll down to the SideStore section and select "install". The word success should appear in green.</li>')}</li>
73
73
@@ -79,7 +79,7 @@ let setupStepContents = [
79
79
()=>
80
80
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app by tapping on the green "X days" counter next to SideStore. You <b>must</b> do this whenever you install SideStore using AltServer. This also means if you install SideStore on another device with AltServer under the same Apple ID, you must manually refresh on both devices. Not doing this may cause errors, including SideStore expiring earlier than it should.</li></ul>
81
81
<br> Now you're all set! You can use the sources menu to add installable apps to the browse tab or directly sideload any <code>.ipa</code> files on your device with the + icon in the Apps tab.
82
-
<br>Note that if you ever let an app expire you won't be able to access it until you refresh it again. To refresh SideStore, simply follow the steps you followed to install it. (Do <b>not</b> uninstall the SideStore app while doing this.) Altserver will refresh Sidestore and it will continue to function. For any other app, just refresh it normally, and it will work again.
82
+
<br>Note that if you ever let an app expire you won't be able to access it until you refresh it again. To refresh SideStore, simply follow the steps you followed to install it. (Do <b>not</b> uninstall the SideStore app while doing this.) AltServer will refresh Sidestore and it will continue to function. For any other app, just refresh it normally, and it will work again.
83
83
<br>If you run into any issues and would like some help, feel free to ask in our <a class="glink" target="_blank" href="https://discord.gg/RgpFBX3Q3k">Discord server.</a>`,
0 commit comments