App Store Publishing

Do You Need an Apple Developer Account to Make an App? (Read This Before Paying $99)

You can build an iOS app without paying Apple a cent. You can install it on your own iPhone for free. The $99/year fee is for one specific thing: putting it in the App Store. Here are the rules.

D
Daniel Reyes
Senior Editor
|
June 1, 2026
|
11 min read
TL;DR

You need a paid Apple Developer Program membership only if you want to distribute your app on the App Store, ship TestFlight builds to more than a handful of people, or use a small set of premium features like CarPlay, HealthKit, and DeviceCheck. You can build, test on your own device, and even use a free Personal Team account to install on a friend's iPhone (seven-day expiry) without paying anything. The $99/year fee buys distribution rights, not development rights.

Advertisement

If you Google "do I need an Apple Developer account" the top result is Apple's own page at developer.apple.com/programs/enroll, which is technically accurate but written in a way that makes everyone think they need to pay $99 to do anything. The reality is more nuanced. Most of what you might want to do as a first-time app builder can be done for free.

This is the actual map of what costs money and what does not on iOS in 2026.

Free Personal Team vs Paid Developer ProgramFree Personal Teamjust an Apple ID, no payment✓ Use Xcode✓ Build an iOS app✓ Run on iOS Simulator✓ Install on your own iPhone(7-day provisioning expiry)✗ App Store distribution✗ TestFlight beta✗ Premium APIs (HealthKit, CarPlay,push, IAP, Sign in with Apple)Paid Developer Program$99 USD per year✓ Everything in Free plus...✓ App Store distribution✓ TestFlight up to 10,000 testers✓ Year-long signing certificates✓ All premium APIs✓ Apple Small Business Program(15% commission tier)✓ Sign apps under your business name(with D-U-N-S Number)

What you can do for free

Apple gives every Apple ID owner what is called a Personal Team, sometimes called a "free account" or "no-cost developer account". It is not really a developer account in the formal sense, but it has most of the practical features of one. With just a regular Apple ID, you can:

  • Use Xcode (the official iOS development environment) at no charge. Download it from the Mac App Store and sign in with your Apple ID. Apple's Xcode page covers the install.
  • Build an iOS app from any code or AI-generated project. The free toolchain has no feature cap on what you can build.
  • Run that app on the iOS Simulator on your Mac. The simulator is a virtual iPhone that lives inside Xcode.
  • Install that app on a real iPhone that is signed in with the same Apple ID. The app is signed with a 7-day provisioning profile, which expires and forces you to reinstall every week.
  • Have a small number of "test devices" registered to your Personal Team. Free accounts get 3 devices.

For most people building their first app, the free tier is enough until you are ready to actually ship to customers. You can iterate on a real device, show it to your friends, and learn the platform without spending a dollar.

What requires the paid \$99/year Apple Developer Program

Apple charges $99 USD a year for the Apple Developer Program. Apple's official program page is at developer.apple.com/programs. The paid program unlocks:

  • App Store distribution. The biggest one. If your app needs to be in the App Store, you need this membership. There is no free path to the store.
  • TestFlight builds for up to 10,000 external testers. The free path lets you install on a tiny number of devices you physically control. TestFlight lets you ship a build to thousands of email addresses.
  • Provisioning profiles that do not expire after 7 days. Paid program signing certificates last a year.
  • Most "premium" frameworks: CarPlay, HealthKit, HomeKit, Sign in with Apple, push notifications via APNs, In-App Purchase. You can technically use HealthKit on the free tier for personal testing, but you cannot distribute an app that uses it.
  • Notarisation for macOS apps (irrelevant if you are only building iOS).

The fee is per-year, billed annually. There is no monthly option. If you let it lapse, your apps stay in the store for about thirty days, then Apple pulls them.

What requires the much-more-expensive Apple Developer Enterprise Program

The Apple Developer Enterprise Program is $299/year and is meant for internal-only apps that companies distribute to their own employees. It is not for shipping to the public, and Apple actively polices for misuse. If you are building a customer-facing app, you do not want this program. Apple's enterprise program page spells out the constraints in detail.

Most small businesses do not need this. The standard $99 program is right for almost everyone.

Who is on the hook for the membership

If you are an individual, you sign up under your own name and your Apple ID. If you are a business (LLC, Corp, etc.), Apple wants you to register the developer account under the business and verify it through what is called the D-U-N-S Number, which is a free identifier issued by Dun & Bradstreet. The D-U-N-S process is annoying but free; it takes about a week. The business-registered developer account shows your business name in the App Store rather than your personal name.

For most US small businesses, the choice is:

  • Individual account ($99/year): You list yourself by personal name. Faster to set up. Hard to transfer the app later.
  • Organisation account ($99/year, but requires D-U-N-S): Lists your business name. Easier to transfer ownership, run as a real business asset, and add team members.

If you are running this as a serious business, the organisation account is worth the extra week of paperwork.

What about Google Play?

Google Play's developer account model is different and much simpler. You pay a one-time fee of \$25. That is for the life of the account. No annual renewal. The application process is similar to Apple's (you create an account, you verify your identity, you wait a day or two for approval) but the financial commitment is in a totally different league. Google's official enrollment page is at developer.android.com/google-play/play-console-signup.

That \$25 vs \$99/year split is one reason a lot of small businesses launch on Google Play first. It is the cheapest way to get a real app in front of customers. We cover the broader cost picture in the cheapest legal way to publish on both stores.

The free path, end to end

If you are exploring whether to build an app and want to spend zero dollars before committing, here is the path that works in 2026:

  1. Build the app using any no-code or AI builder that exports a real iOS project (most of them do). Or write it yourself in Xcode if you have the patience.
  2. Open the resulting project in Xcode. Sign in with your Apple ID.
  3. Plug in your iPhone via USB or pair via Wi-Fi.
  4. Hit Build & Run. The app installs on your iPhone, signed with your free Personal Team certificate.
  5. Use the app. Show it to family members on their iPhones (you can install on a couple of devices that share Apple IDs if they are signed into iCloud with the same account).
  6. If you decide the app is worth shipping, then pay $99 and submit it to the App Store.

That path costs nothing until step 6. Every step before that is free.

Common questions

Can I make an iPhone app without a Mac?

Yes, but with caveats. The official Apple path requires Xcode, which runs only on macOS. The unofficial paths use cloud-based Mac rentals like MacInCloud, or use no-code platforms that handle the iOS compilation server-side without ever putting a Mac in your possession. We walk through the options in how to make an iPhone app without owning a Mac.

What if my app is just a website wrapper?

Apple has been rejecting "website in an app" submissions aggressively since the late-2024 policy clean-up. A pure web wrapper will be rejected. To pass review, your app needs to do something native that the website cannot: push notifications, offline functionality, device-feature access (camera, GPS, contacts), or a meaningfully different UX from the website. Our rejection-reasons guide covers the wrapper rule in more detail.

Does the \$99/year include access to the Small Business Program?

Yes. The Apple Developer Program membership is the prerequisite. Once enrolled, you apply separately to the App Store Small Business Program to drop the commission from 30 percent to 15 percent on revenue under one million dollars per year.

What if I want a free-only account just to play with Xcode?

Totally fine. Open Xcode, sign in with any Apple ID, and start. You do not have to pay until you want to distribute publicly.

Can I share my paid developer account with multiple businesses?

You can add team members to a single Apple Developer Program account. You cannot share one account across legally separate businesses without violating Apple's policies. If you run two businesses, you need two developer accounts.

The bottom line

You do not need to pay Apple a cent to build, test, or learn iOS development. The \$99/year fee is the price of getting your app into the App Store. If you are not yet sure your app is worth shipping, do not pay. Use the free path until you are confident.

If you are sure, the \$99 is the cheapest gate on the entire iOS distribution pipeline, and it is worth paying.

Advertisement
D
Written by
Daniel Reyes
Senior Editor

Daniel covers no-code app development, mobile-app economics, and the intersection of small business and software. He has been writing about the app industry since the Google Play store launched.

Keep reading

Apple's App Store Small Business Program in 2026: How the 15% Cut Actually Works

Apple's App Store Small Business Program in 2026: How the 15% Cut Actually Works

If your iOS revenue is under one million dollars a year, Apple charges 15 percent instead of 30. Here is what that program actually does, who qualifies, the application catches, and the real math.

How Long Does Google Play Take to Approve a New App in 2026?

How Long Does Google Play Take to Approve a New App in 2026?

Google Play review used to take a couple of hours. In 2026 a first submission takes one to two weeks. Here is why, what affects the timeline, and what you can do to speed it up.

The 12 Most Common App Store Rejection Reasons in 2026 (and How to Fix Them)

The 12 Most Common App Store Rejection Reasons in 2026 (and How to Fix Them)

Roughly a third of first-submission iOS apps get rejected. The reasons cluster into about a dozen recurring patterns. Here are the twelve, what triggers them, and the smallest fix that gets you through review.