Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
<div>
SideServer isn't available for Linux yet, and you will have to follow the guide on the <a class="glink"
href="https://docs.sidestore.io/docs/installation/linux">SideStore Docs</a> to
install SideStore using a containerised version of
install SideStore using a containerized version of
AltServer.
</div>

Expand All @@ -499,7 +499,7 @@
</li>
</ul>

<span class="mt-4 font-medium text-md sm:text-lg">idevice_pair Downloads</span>
<span class="mt-4 font-medium text-md sm:text-lg">idevice pair Downloads</span>
<ul class="list-disc list-inside">


Expand All @@ -514,7 +514,7 @@
dl-platform="nix">Linux (AArch64)</a>
-->
<li>
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--windows-x86_64.exe"
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--macos-universal.dmg"
class="glink">idevice pair for macOS</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let setupStepContents = [
)}</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>`,
//pairing file
(os) =>
`<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(
`<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(
'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>',
'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>

Expand All @@ -79,7 +79,7 @@ let setupStepContents = [
() =>
`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>
<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.
<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.
<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.
<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>`,
];

Expand Down