iOS Builds
IPA Builds
To use a custom IPA build, you need to export your app from Xcode. Follow these steps:TestFlight
You can use the latest available build from TestFlight for your app. Requirements:- Your Apple ID must have access to the app in TestFlight
- The app must be visible in your TestFlight account
No build
If your app is already installed on the device, you can skip the build step entirely — just select “No build” and the agent will use whatever is currently on the device.Android Builds
APK Builds
To use a custom Android build, you need to generate an APK from Android Studio. Follow these steps:Build APK in Android Studio
Open your project in Android Studio. Select Build → Build Bundle(s) / APK(s) → Build APK(s) from the menu.
Locate the APK
After the build completes, Android Studio will show a notification with a link to the APK location (usually in
app/build/outputs/apk/).