Skip to content

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 or .tar.gz/.tgz — a simulator build. Build .app.zip from the command line, or upload the .tar.gz that eas build produces as-is.
  • Android: .apk

iOS — .ipa files are not supported

.ipa is the format for real devices. tapflow accepts .app.zip and .tar.gz 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.

Released under the MIT License.