YTLitePlus_/FAQs/FAQ_EN.md
Claude a28a0cc739
Replace codebase with dayanch96/YTLite upstream
YTLitePlus/YTLitePlus has been deprecated. This replaces the entire
codebase with the active upstream project dayanch96/YTLite.

https://claude.ai/code/session_01FD8kBzc7yv5Fdf9G7Z2ZkE
2026-03-09 19:47:16 +00:00

43 lines
3.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FAQ (Frequently Asked Questions)
[✓] 🇺🇸 English FAQ | [🇷🇺 ЧаВо на Русском](FAQ_RU.md) | [🇮🇹 FAQ in Italiano](FAQ_IT.md) | [🇵🇱 FAQ po Polsku](FAQ_PL.md)
<details>
<summary>What iOS versions does YouTube Plus support?</summary>
<p>YouTube Plus supports iOS 14 and above. <strong>However</strong>, if you're sideloading it on a non-jailbroken device, you must also consider the YouTube app's compatibility with your iOS version. Below is a list of the latest supported YouTube versions per iOS:</p>
<li><strong>iOS 14</strong>: YouTube v19.20.2</li>
<li><strong>iOS 15</strong>: YouTube v20.21.6</li>
<li><strong>iOS 16+</strong>: Any version, as supported by YouTube</li>
</details>
<br>
<details>
<summary>My iOS version is no longer supported by the latest YouTube app. What can I do?</summary>
<p>Here are some possible options:</p>
<li><a href="https://ios.cfw.guide/get-started/">Jailbreak your device</a>, install the latest supported YouTube version from the App Store, and <a href="http://dvntm0.github.io/#jb">install YouTube Plus as a tweak</a></li>
<li><a href="https://ios.cfw.guide/installing-trollstore/">Install TrollStore</a>, then <a href="https://github.com/Lessica/TrollFools/releases/">TrollFools</a>, install the latest supported YouTube version from the App Store, and inject <a href="https://github.com/dayanch96/YTLite/releases/">YouTube Plus</a> using TrollFools</li>
<li>Find a compatible IPA version online and <a href="../README.md#how-to-build-a-youtube-plus-app-using-github-actions">build a YouTube Plus app using Github actions</a></li>
</details>
<br>
<details>
<summary>Cast stopped working on sideloaded YouTube Plus. What should I do?</summary>
<p>Until this issue is resolved, it is recommended to use YouTube version 20.14.1 or below.</p>
</details>
<br>
<details>
<summary>When I try to play a video, I get <strong><em>Something went wrong. Refresh and try again later.</em></strong></summary>
<p>Before jumping to conclusions, lets clarify a few things:</p>
<ol>
<li><strong>This is NOT</strong> caused by ad blocking</li>
<li><strong>This is NOT</strong> because your account was magically flagged</li>
<li><strong>This is NOT</strong> due to your account being secretly blacklisted</li>
</ol>
<br>
<p>The issue seems to lie somewhere in the sideloading process itself, even without any tweaks applied. It might be related to an invalid or missing VisitorID or VisitorData, as suggested <a href="https://github.com/pepeloni-away/userscripts/issues/6#issuecomment-2860641610">here</a>. This error has become more frequent due to YouTubes stricter anti-download measures.</p>
<br>
<p><strong>Possible temporary workaround:</strong></p>
<ol>
<li>Sign out of your current account (or all accounts) completely: Go to the <em>You tab → Switch account → Manage accounts on this device → Remove from this device</em></li>
<li>Watch a few full-length videos without being signed in. Stay signed out for a few hours.</li>
<li>Sign back into the account that was having issues</li>
</ol>
</details>