Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a limit to how often you can upload builds to TestFlight?

How much can I upload a build per hour?

Will Apple block me for sending too many builds?

like image 530
Rodrigo Recio Avatar asked Aug 07 '15 20:08

Rodrigo Recio


2 Answers

Yes.

We use Fastlane to automate TF uploading, and our build server went crazy and kept building and uploading over a weekend. At some point builds started failing with this error:

    [15:33:20]: [31m[Transporter Error Output]: ERROR ITMS-90382: "Upload limit reached. The upload limit for your application has been reached. Please wait 1 day and try again."
[0m
[15:33:20]: [31mTransporter transfer failed.[0m
[15:33:20]: [33m[0m
[15:33:20]: [31mERROR ITMS-90382: "Upload limit reached. The upload limit for your application has been reached. Please wait 1 day and try again."
[0m
[15:33:20]: [31mERROR ITMS-90382: "Upload limit reached. The upload limit for your application has been reached. Please wait 1 day and try again."
Return status of iTunes Transporter was 1: ERROR ITMS-90382: "Upload limit reached. The upload limit for your application has been reached. Please wait 1 day and try again.

It looks like we got banned after ~20 uploads, though I'm pretty sure we have had more over the course of a day. This was 20 uploads in less than 2 hours, so maybe that triggered it.

I don't think you're going to be able to hit this if you're an individual dev doing manual uploads. We've used Fastlane CI for a while and only had a problem when this recent problem happened.

like image 117
Dave Klotz Avatar answered Sep 28 '22 03:09

Dave Klotz


Apple hasn't mentioned any such restriction in its documentation they say "As you continue to change your app, you can upload new builds"

like image 31
Irum Manzoor Avatar answered Sep 28 '22 04:09

Irum Manzoor