From 7d190687783b34a0af9204e1c48dfb258b055945 Mon Sep 17 00:00:00 2001 From: ellen! <78277148+owoellen@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:40:30 +0000 Subject: [PATCH] added info on sparserestore 3-app-limit bypass (#33) Co-authored-by: nythepegasus --- docs/faq.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index d32a4a1..779f1de 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -50,10 +50,14 @@ Go to the homescreen for it to finish. We don't know why this happens, but it mi ### Can I sign more than 3 apps to be active? -No, as that’s an iOS and developer account limitation. Apple only allows 3 apps to be installed using a free Apple Developer account. +Normally, no, as that’s an iOS and developer account limitation. Apple only allows 3 apps to be installed using a free Apple Developer account. To remove this restriction (and also get a 365 day expiry), you can pay for a $99/year Apple Developer account. +Alternatively, there is currently a nightly build available [here](https://github.com/SideStore/SideStore/releases/tag/nightly) (version 0.5.9-nightly.2024.10.23.1+1e969a0 as of writing) that utilises the SparseRestore exploit to bypass the 3-app limit. Currently, this only works on iOS versions below 18 dev beta 5 plus 18.0.1 for definite. + +A tutorial for using this can be found [here](advanced/sparserestore). + ### I have a problem or bug or request for a feature or quality of life improvement Please make a GitHub issue on our GitHub page to make a bug report or feature request (with appropriate labels)! @@ -136,4 +140,4 @@ To start the process of using a new pairing file you go to settings tab and clic If your currently having issues and want to know if we already know about them. Then check out our GitHub issue that has list of known issues and ways to mitigate some of the issues you might be having. Some of the issues in this list might be known that are not there, but are in the GitHub issues section. https://github.com/SideStore/SideStore/issues/490 -If you have any issues that aren't in this list. Just make a GitHub issue or [join our discord.](https://discord.gg/sidestore-949183273383395328) \ No newline at end of file +If you have any issues that aren't in this list. Just make a GitHub issue or [join our discord.](https://discord.gg/sidestore-949183273383395328)