Guides/Getting started

Install on iPhone or iPad

Debrify is not on the App Store, so the iOS build is a file you sign yourself and install from a computer. It takes about five minutes, and how long it stays installed depends on which Apple ID you sign it with.

Where to find it
GitHub releases debrify-…-unsigned.ipa
You needA Mac or Windows PC, a USB cable, and an Apple ID
It lasts7 days on a free Apple ID · 1 year on a paid developer account

What you need

Steps

  1. Install Sideloadly on the computer and open it.
  2. Download debrify-…-unsigned.ipa from the releases page.
  3. Connect the phone, unlock it, and tap Trust This Computer if asked.
  4. Drag the file into Sideloadly, enter your Apple ID, and press Start.
  5. On the phone, open Settings › General › VPN & Device Management, tap your developer profile, and tap Trust.
  6. Open Debrify.

If you have a paid Apple Developer account

The steps do not change — the app is still a file you sign from a computer, because Apple has no faster route for an app that is not on the store. What changes is how long the result survives.

Sign in with the Apple ID the membership is actually on. Any other one still works, it just quietly gives you the 7-day certificate again. When Sideloadly finishes, its log should say the app expires in about 365 days — if it says 7, that is the reason.

Or build it yourself

With a Mac you can skip the file entirely. Clone the repository, open ios/Runner.xcworkspace in Xcode, pick your paid team under Signing & Capabilities, and press Run. Xcode registers the device and handles the year-long profile for you.

Keeping it installed

On a free Apple ID the app stops opening after seven days. Repeating the steps above brings it back. AltStore does the same job and can refresh in the background instead, so long as AltServer is running on a computer on the same Wi-Fi — the same Apple ID rule applies to it.

Good to know