Step-by-step guide to exporting a Revyl-compatible build of your Expo app
npm install -g @expo/cli
npm install -g eas-cli
eas.json
configuration file in your project root.
eas.json
file to include an iOS simulator build profile:
.tar.gz
file from the provided URL.app
file ready for upload.app
file onto the simulator.app
→ Get Info → verify “Kind” shows iOS App (Simulator)eas.json
:
.apk
file directly from the provided link. No extraction needed - the APK is ready to use.
adb install your-app.apk
.apk
file extension and reasonable file sizeBuild fails or times out
package.json
eas.json
syntax is validDownload links don't work
iOS app won't install on simulator
.tar.gz
file.app
file itself, not its containing folderAndroid APK installation fails
adb devices
adb install -r your-app.apk