iOS Sideloading guide


It seems as if developer certs got a revoke wave, in the meantime you can check out the other free methods.

This is a one-man project, so if you have any feedback, you can email me at [email protected] or hit me up on Discord (I'll mostly be active at FMHY: https://github.com/fmhy/FMHY/wiki/FMHY-Discord)

FAQs:

  • Q: What is sideloading?
  • tldr: You can't just download a IPA file (Apple's version of APKs) and just install it on the spot. Instead, you need to transfer that IPA to your phone through an external tool, or sideloading. These tools come in various forms, each with their own pros and cons. This guide aims to be as straightforward and concise as possible to help you choose the best one for your purposes.
  • Q: Is it safe? Do I need to jailbreak my iDevice? Will I risk voiding my warranty?
  • A: The sideloading tools in this guide are free of any harm and will not modify your stock iOS system nor mess up any warranty. However, you need to be wary of where you source your IPAs, recommended sources will be provided here

A few disclaimers about sideloading:

  • Notifcations won't work with sideloaded apps due to how the notification service works on iOS. (except for TrollStore and some paid certs)
  • Some bank apps may not work with dev mode ON.

Choose your preferred method:

Method name Description Pros Cons
TrollStore The holy grail of iOS sideloading. Ability to sideload unlimited apps with no revoke, native JIT support, has almost every entitlement (notifications, Game Center, CarPlay,...) Only supports iOS 14.0 - 17.0 or 16.7 RC (20H18). (Note: iOS 16.7.x is not supported.)
Sideloadly A simple method for beginners. Simple and intuitive UI, advanced options (injecting dylibs, exporting IPAs, removing restrictions), Wi-Fi re-signing (still requires a PC), doesn't take up an app slot On a free developer account, you are limited to 3 apps only and you have to re-sign them every 7 days, requires a PC to setup and re-sign.
SideStore/AltStore Probably the best free method for modern iOS version. Untethered re-signing experience (being able to re-sign on device), LiveContainer + SparseBox support (bypasses the 3-app limit), being able to add app repos. Still suffers from the restrictions of a free developer account, can be quite tricky to setup for beginners, only have 2 apps sideloaded at a time (if not using LiveContainer or SparseBox)
Revoked certs High maintenance, high reward method. Ability to sideload unlimited apps with no 7-day limit, being able to add app repos, setup without a PC. Blacklisting, you can't really use a normal VPN (it needs to support a custom DNS)
Paid certificates For peace-of-mind usage. Sideload apps without any limits, has a variety of entitlements (depending on where you get your certs), JIT support. $$$
Sideloader & Legacy-iOS-Kit For Linux users or advanced users. Only method (that I know of) if you have a Linux PC. Could be quite complicated.
TestFlight? For other apps There are devs who publish apps on TestFlight for easy installation A TestFlight app can run out of slots

Things to avoid (in my opinion):

  • Scarlet: It's not inherently bad, but its certs get revoked like every two days because it's signed with a public cert. The revoked certs method I recommended are miles better.
  • WSF method: This is a bit of a mixed bag, but the owner of WSF has been accused of being a fraud and he has been causing somewhat of a ruckus on r/sideloaded. Your choice on whether or not to trust him, but this guide will not include the WSF method.
  • MySign: https://i.postimg.cc/KcNQ2bVp/IMG-7367.jpg
  • Signulous: "advanced technology revocation protection" my ass

I. TrollStore

However, if you don't have a PC (for TrollInstallerX or TrollInstallerMDC), then you have two options:

  • install through jailbreaks.app if it's signed (rarely)
  • install using E-sign + revoked certs -> go to part and follow the instructions. After fully installing TrollStore, you can safely uninstall everything related to E-sign.

TrollApps, web version

This is used to add app sources and install them through TrollStore, just as you would on E-Sign or Feather.

II. Sideloadly:

A visual guide officially recommended by iOSGods themselves:

Video tutorial

(The written steps will be done on macOS, you can still follow the guide if you have Windows)

Step 1: Download Sideloadly

Download Sideloadly

(OPTIONAL): Make a new Apple ID since some issues are resolved by using a fresh Apple ID.)

WINDOWS ONLY:

Download the linked iTunes and iCloud web version (NOT the Microsoft Store version). Install and launch iTunes with your iDevice plugged in. A popup will appear on your iDevice, asking to "Trust this computer". Click "Trust" and there should be a small phone icon on the top left corner of iTunes. If so, you are ready for the next step.

OPTIONAL: If you want to enable Wi-Fi sideloading (and automatic re-sideloading through Wi-Fi):

Make sure your computer & iOS device are connected to the same network, then follow these instructions according to your OS:

Windows: Open iTunes > Connected Device > Summary > Options > Enable "Sync with this iDevice over Wi-Fi" > Sync & Done.

Latest macOS: Finder > Select your iDevice under 'Locations' > General > Enable "Show this iDevice when on Wi-Fi" > Sync & Done.

Older macOS: Open iTunes > Connected Device > Summary > Options > Enable "Sync with this iDevice over Wi-Fi" > Sync & Done.

In some cases, if Sideloadly is not detecting your device wirelessly, you may need to open iTunes. You also need to have your iDevice screen on for it to be detected.

Afterwards, open Sideloadly and enable the AutoRefresh button (the lil' circle button on the bottom left corner). There should also be a "@Wi-FI" option in the drop down iDevice menu, in addition to the "@USB" option.
Enable automatic refreshing

Step 2: Open Sideloadly, and enter your Apple ID. Drag and drop the IPA of your choice into the Sideloadly window.

Drag and drop your IPA in

There's a Advanced Options button just down below, where you can make adjustments to the IPA. Hovering over the options should give you a clear idea of their purposes.

Advanced options

Step 3: Press Start. If you have 2FA setup on your Apple ID, have your iDevice or Mac ready and supply the 6-digit code to Sideloadly.

Time to sideload

Step 4: Sideloadly will take some time to install. It will say “Done” once the process is complete.

Now go to your iDevice's Settings > General > VPN & Device Management > Trust Developer. (on iOS 16 and higher). It may also ask you to enable Developer Mode. Go to Settings > Privacy & Security. Scroll down to the Developer Mode list item and navigate into it and enable the developer mode switch.

Step 5: After 7 days, your app(s) will be unavailable. Repeat the steps above with the same IPA and Apple ID.

Do not delete the apps, just resign using Sideloadly or else you will lose your app data.

III. SideStore guide & AltStore Windows guide/AltStore macOS guide

You can also ask for support in SideStore's Discord server: https://discord.gg/RgpFBX3Q3k

Video guides for SideStore and AltStore (Windows & macOS) respectively:

Video tutorial
Video tutorial
Video tutorial

III.1a. OG LiveContainer

You can use this to bypass the 3-app limit but app compability is a little hit-and-miss: https://github.com/LiveContainer/LiveContainer/labels/compatibility
If your app isn't on this list, then it's likely going run.

III.1b. SideStore + LiveContainer

LiveContainer but you save one extra app slot, works on iOS 26 as well.

III.2 SparseBox

Supported OS: between 17.0 and 18.1 beta 4 (not including 17.7.1)
This doesn't suffer from LiveContainer's drawbacks but only supports a limited number of iOS versions. You can bypass the 10 app ID limit by using different Apple IDs to sideload.

IV. Revoked certs: Avieshek's guide

Blacklisting:

These methods utilize something called Bypass Revoke, which utilizes a DNS config to block Apple from revoking apps signed by expired certificates. Therefore, if your DNS config stops working for some reason, these certificates will be revoked and lead to what's called blacklisting. If you try to sideload any new apps or open pre-existing ones, they will show up as unable to verify intergrity or install failure.

Only way to get whitelisted is by using BlacklistBeGone, which officially supports iOS 17.0 - iOS 18.0.1 (Avieshek claims older versions such as iOS 16 [but not higher] works as well) and requires a Windows or macOS device.
or by factory resetting or local restoring your iDevice (you should backup any critical data as well)

V. Paid certs or paid Apple Developer Account

This is just purely my suggestions and none of these cert providers are sponsoring me.

For just $99/year, you could buy an Apple Developer Account and sideload as many apps as you want, but most people don't have that kind of money and they just want to sideload apps.
In which case, you can check out r/sideloaded for paid cert suggestions (since I've never really bought one). The most popular options are KravaSign and the likes. They come in various prices (usually around 8-15$ I think) with different perks and limitations, but in general they are worth the price if you're sideloading a lot of apps and don't want to deal with the hassle of free methods.

VI. Legacy-iOS-Kit & Sideloader

Supports even the newest iOS versions and iDevices.

VII. Testflight?

Technically, the term sideload means an app that is not from the official App Store, so TestFlight apps can also be counted as sideloaded apps.
Here's a list of TestFlight apps:
https://github.com/pluwen/awesome-testflight-link
https://t.me/testflightlinks
https://docs.google.com/spreadsheets/d/1Uej3AQPxRcLRXnmthUXR-7oGkNV_GsMFgCoNnuPtSwI/
https://departures.to/

https://fmhy.net/android-iosguide#ios-ipas
https://fmhy.net/android-iosguide#telegram-channels-1
https://pastebin.com/raw/PRpJydsa - ethSign's repo list, I saved this some time ago so it might be outdated.
https://gist.github.com/ongkiii/b40620d8d4a98ab17642858dce4cb2ec
https://t.me/thescholarslounge / https://discord.gg/M5AbKsuxhH - Scholars Lounge, a new TG channel / Discord server from ethMods's ex-mods
https://moe.mohkg1017.pro/ - Moe's App Hub, an ex-ethMods admin's site

Extra: macOS IPA sideloading

Edit

Pub: 30 Jul 2025 15:54 UTC

Edit: 08 Sep 2025 13:48 UTC

Views: 528