← Orchard Blog

How to Put Your App on Your iPhone Without Paying Apple $99 (2026)

By Orchard 2026-08-09 · 4 min read · Last updated: August 2026

How to Put Your App on Your iPhone Without Paying Apple $99 (2026)

You built an app. You want it on your phone. Apple wants $99 a year.

The good news: for running your own app on your own iPhone, you don't need to pay it. Apple has allowed free-Apple-ID signing for years. The catch isn't cost — it's a set of limits most people only discover a week later, when the app they installed suddenly refuses to open.

Here's the honest version.

What the $99 actually buys

The Apple Developer Program is a distribution licence. It is what lets you put an app in front of other people:

It is not a licence to write code, to build an app, or to install one on hardware you own. Those are free.

Got an app idea? Describe it and Orchard builds it — free.Generate your app →

What a free Apple ID gets you

Any Apple ID — the one already on your phone — can sign an app onto a device you own. That's called free provisioning, and it comes with four constraints that matter:

Limit What it means in practice
7-day certificates The app stops launching after a week. Re-sign it and it works again. This is the one that surprises people.
3 apps at once Three self-signed apps installed simultaneously. Remove one to free a slot.
No entitlements Features needing a provisioning entitlement — HealthKit, Sign in with Apple, server push — won't work. Camera, photos, location, AR, LiDAR and on-device AI are fine; they're Info.plist permissions, not entitlements.
Your devices only You can't send the build to a friend. That's what TestFlight and the $99 are for.

The 7-day expiry is the whole reason people end up paying. A paid account issues 1-year certificates; a free one issues 7-day ones. Nothing else about the app changes.

The three routes

1. Xcode on a Mac. Open the project, sign in with your Apple ID under Signing & Capabilities, pick your iPhone, press Run. Free, official, and about two minutes. You need a Mac.

2. A sideloading tool on Windows or Linux. Tools like Sideloadly and AltStore do the same signing dance without Xcode: you give them the app and your Apple ID, they sign and install over USB. You'll need to switch Developer Mode on (Settings → Privacy & Security → Developer Mode, then restart) and trust the certificate under Settings → General → VPN & Device Management.

3. Pay the $99. Worth it the moment you need other people to have the app, or you need an entitlement. Not worth it to look at your own app on your own phone.

Where Orchard fits

Orchard generates a real Xcode project — not a wrapper, not a web view — and on a paid plan you can download the whole thing from the Deploy tab. From there, routes 1 and 2 above are open to you: sign with your free Apple ID and run it on your phone without paying Apple anything.

To be straight about the boundaries:

If your goal is the App Store, you'll want the developer account eventually. If your goal is seeing your idea running on your own phone, you can do that this week for nothing.

FAQ

Do I need an Apple Developer account to install my own app on my own iPhone? No. A free Apple ID can sign and install apps onto devices you own. The $99/year Developer Program is for distribution — the App Store and TestFlight.

Why does my sideloaded app stop working after seven days? Free provisioning issues 7-day certificates. Once one expires the app won't launch until it is re-signed. Re-signing takes seconds and the app's data stays put.

How many apps can I install with a free Apple ID? Three self-signed apps at a time. Removing one frees a slot immediately.

Can I send an app to a friend without paying $99? No. Free provisioning only covers devices signed in to your own Apple ID. Sharing a build with anyone else needs TestFlight or the App Store, and both require the paid programme.

Does a free Apple ID limit what the app can do? Only for capabilities that need an entitlement — HealthKit, Sign in with Apple and server-sent push are the common ones. Camera, photos, location, AR, LiDAR and on-device AI all work normally.

Do I need a Mac? Not necessarily. Xcode needs a Mac, but sideloading tools on Windows do the same job over USB.


Orchard turns a plain-English prompt into a real native iOS app — real Swift, real SwiftUI, and a real Xcode project you can take with you. Free to try, no credit card.

Build your iOS app from a single prompt

Describe your idea — Orchard generates a real, native SwiftUI app and ships it to TestFlight. Free, no code, no Mac.

Generate your app →