Upload a Build
Mobile Apps
Upload a Build
POST
Upload a Build
Get a 15-minute presigned URL for uploading a build binary.
PUT the binary to s3_presigned_url, then pass the returned s3_key to Create App or Create Build.
Files are capped at 1 GB.
Request body
Original filename. Extension must match the platform.
"android" or "ios".Size in bytes. Must be
> 0 and ≤ 1073741824.Defaults to
"application/octet-stream". Must match the Content-Type header you send on the S3 PUT.| Platform | Allowed extensions |
|---|---|
android | .apk, .xapk, .apks, .apkm |
ios | .zip (zipped simulator .app bundle, not .ipa) |

