Uploading Builds
Upload iOS or Android builds so your team can test them.
Dashboard upload
In App Center, click Upload Build and select your file.
- iOS:
.app.zip— simulator binary (how to build from command line) - Android:
.apk
iOS — .ipa files are not supported
.ipa is the format for real devices. tapflow only accepts .app.zip for simulators. If you get an upload error, see Troubleshooting.
On upload, the build is linked to an App by bundle ID. If no matching App exists, one is created automatically. You can also create the App first and link builds to it later.
For CI/CD uploads — automatic builds from your pipeline — see Build Distribution.