After eas go completes, your custom Expo Go build has been submitted to App Store Connect and is on its way to TestFlight.
App Store processing takes a few minutes. Once it's done, the build will appear in TestFlight and anyone on your internal test team will be able to install it.
You can check the status at any time on App Store Connect.
- Open the TestFlight app on your iOS device.
- Find your Expo Go build and tap Install.
- Once installed, open it and scan a QR code or enter a project URL as you normally would.
By default, eas go uses the latest supported SDK. To pin a version:
eas go --sdk-version 55.0.0The build is distributed as a TestFlight internal build, so anyone you've added to your App Store Connect internal test group can install it directly from TestFlight — no App Store review required.
The build doesn't appear in TestFlight yet.
App Store Connect processing usually takes 5–15 minutes. If it's been longer, check App Store Connect for any compliance or export issues.
Can I have multiple SDK versions installed at once?
No — like the public Expo Go, only one version can be installed at a time. Run eas go --sdk-version <version> to switch.
Is this the same app as the public Expo Go?
It uses the same Expo Go source but is signed with your Apple Developer account and distributed through your own TestFlight, so it's treated as a separate app on the device.