iOS Builds (.ipa)
To use a custom iOS build, you need to export your app from Xcode. Follow these steps:Android Builds (.apk)
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/).