iOS Builds (.ipa)
To use a custom iOS build, you need to export your app from Xcode. Follow these steps:1
Archive your app in Xcode
Open your project in Xcode. Select Product → Archive from the menu.
2
Export as .ipa
In the Organizer window, select your archive and click Distribute App → Ad Hoc.
3
Upload .ipa in Dashboard
In the Dashboard, go to Builds and upload your .ipa file.
Android Builds (.apk)
To use a custom Android build, you need to generate an APK from Android Studio. Follow these steps:1
Build APK in Android Studio
Open your project in Android Studio. Select Build → Build Bundle(s) / APK(s) → Build APK(s) from the menu.
2
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/).3
Upload .apk in Dashboard
In the Dashboard, go to Builds and upload your .apk file.
