Create an account and upload your build
Sign up and upload the .app folder or .zip of your iOS simulator app.
No TestFlight, no App Store, no install required for your client.
Sign up and upload the .app folder or .zip of your iOS simulator app.
We receive your app and prepare the browser preview.
We send you a link you can share with anyone — it opens in any browser.
You need the simulator build (.app). Upload the .app folder or a .zip.
Destination “Any iOS Simulator Device”, Product → Build. Upload the .app from DerivedData, or zip it first.
xcodebuild -sdk iphonesimulator -configuration Release, then upload the .app or its .zip.
xcodebuild -sdk iphonesimulator -configuration Release
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.