Stores & platforms

Website to iOS app: your realistic options

This builder makes Android apps. If you also need your website on iPhone, there are four routes — a PWA, a WKWebView wrapper you build, a cross-platform shell, or an agency — and each has a cost, a review risk and a case where it is the right call.

7 min read Updated September 2026

To get a website onto iPhones you have four realistic options. A Progressive Web App is free, needs no Apple account and installs from Safari's share sheet. A WKWebView wrapper built in Xcode is the iOS equivalent of an Android WebView app, needs a Mac and Apple's $99-a-year developer program, and has to pass a review that dislikes bare wrappers. Capacitor (or a similar shell) gives you one project for both platforms with native plugins. An agency builds a native app. This builder produces Android apps only; the rest of this guide is what to do about iOS honestly.

Why iOS is different

Three things. Apple requires a Mac with Xcode to compile anything for iOS — there is no cloud build without one in the loop. The App Store is the only way to install an app on a normal iPhone, so there is no equivalent of sending someone an APK. And App Store Review Guideline 4.2 (Minimum Functionality) is applied more strictly than Google's: "your app should include features, content and UI that elevate it beyond a repackaged website" is quoted in a large share of wrapper rejections.

Option 1 — PWA on iPhone

Safari has supported Add to Home Screen for years, and since iOS 16.4 an installed PWA can receive push notifications and show badges. The site needs a manifest, a service worker and the Apple-specific meta tags —

Mobile Meta Tags GeneratorThe tags that make a site behave inside an app Open the tool
— and the result is an icon that opens the site full-screen. No account, no review, no cost. The limits: the install is a manual gesture in Safari's share sheet that many users never find, and there is no App Store presence. For most small sites this is the right first move on iOS, because it costs nothing and can be done today.

Option 2 — A WKWebView wrapper

The direct equivalent of what this builder does for Android: a Swift app with a single WKWebView loading your URL, an icon, a launch screen and push handled natively. A developer comfortable with Xcode can build the shell in a day. Costs: a Mac, $99/year for the developer program, and the review. To pass 4.2, ship it with the same things that pass Google's test — push notifications, native tabs, offline content — and describe them in the review notes. Expect at least one rejection on a first submission; they are usually resolved by adding a feature and resubmitting.

Option 3 — Capacitor or a cross-platform shell

Capacitor wraps a web app in native iOS and Android projects and exposes device APIs (camera, push, storage) to JavaScript through plugins. It is a build step — Node, Xcode and Android Studio all installed — but it gives one codebase for both platforms and a path to native features a plain WebView lacks. Right for a team that already maintains the site's front end and wants to own the apps; wrong for someone who just wants the site on a phone.

Option 4 — An agency or freelancer

For an iOS wrapper: $500–$3,000 on top of the Android version, including submission. For a native iOS app that re-implements the site: five figures. The cost guide has the ranges. The question to ask any quote is who holds the Apple developer account — it should be you, so the app stays yours if the relationship ends.

Side by side

PWAWKWebView wrapperCapacitorAgency native
Cost$0$99/yr + a Mac$99/yr + a Mac + dev time$5k–$50k + $99/yr
App Store listingNoYesYesYes
Push on iOSYes, once installed (16.4+)YesYesYes
Review risk (4.2)NoneMedium — add featuresMediumLow
TimeAn afternoonA few days + reviewA week or twoMonths
Site changes neededManifest + service workerNoneSomeN/A

A sensible sequence

  1. Android now, free. Convert the site; it is where most of the world's phones are and where the app costs nothing.
  2. PWA now, free. Add the manifest and service worker so iPhone users can install from Safari.
  3. iOS wrapper when justified. When you have Android numbers that show demand, spend the $99 and the developer time — with push and tabs from day one so review passes.

Doing iOS first because it feels more prestigious is the most common way to spend three months and $99 on an app nobody has yet asked for.

Questions people ask

Can this builder make an iOS app?

No — it builds Android apps (APK, and AAB for Google Play). An iOS build needs a Mac with Xcode and an Apple developer account, which cannot be done in the same cloud pipeline. This guide covers the realistic routes.

Does Apple allow apps that are just a website?

Guideline 4.2 rejects apps that are 'a repackaged website' with nothing added. Wrappers pass when they carry push notifications, native navigation, offline content and a proper launch experience, and describe them in the review notes.

Is a PWA a good enough iOS app?

For many sites, yes. Since iOS 16.4 an installed PWA can receive push and show a badge, and it costs nothing. The limits are no App Store presence and an install gesture buried in Safari's share sheet.

How much does an iOS developer account cost?

$99 per year for the Apple Developer Program. It is required to publish on the App Store and to install on more than a handful of test devices.

Can I build the iOS app without a Mac?

Not directly — Xcode runs only on macOS. Cloud Mac services rent one by the hour, and some cross-platform tools offer hosted iOS builds, but a Mac is in the loop somewhere for every iOS app.

Read next

Turn your website into an app today

Paste your URL, pick a name and an icon, and download a signed Android app in minutes. Free to start — no code, no Android Studio, no card.

Convert my website — free