iOS preview in the browser

Show your iOS app in the browser.

No TestFlight, no App Store, no install required for your client.

Process

How it works

01

Create an account and upload your build

Sign up and upload the .app folder or .zip of your iOS simulator app.

02

We prepare it

We receive your app and prepare the browser preview.

03

Get a shareable link

We send you a link you can share with anyone — it opens in any browser.

Build

What file do I upload?

You need the simulator build (.app). Upload the .app folder or a .zip.

Xcode

Destination “Any iOS Simulator Device”, Product → Build. Upload the .app from DerivedData, or zip it first.

CLI

xcodebuild -sdk iphonesimulator -configuration Release, then upload the .app or its .zip.

xcodebuild -sdk iphonesimulator -configuration Release

Expo

eas build --platform ios --profile preview with "ios": {"simulator": true} in the profile.

eas build --platform ios --profile preview

Your source code never leaves your machine — only the compiled binary.