Hi!
We are a large team developing an app in several squads and using Testflight for distributing builds to our QA team.
We have a pipeline in place that automatically publishes new builds using AZ Pipelines.
After 20 or so uploads in a day we are getting the following error:
2024-05-27T18:23:52.9078410Z
2024-05-27T18:23:52.9081600Z [18:23:52]: [altool] {
2024-05-27T18:23:52.9082060Z
2024-05-27T18:23:52.9082930Z [18:23:52]: [altool] NSLocalizedDescription = "Asset validation failed";
2024-05-27T18:23:52.9083110Z
2024-05-27T18:23:52.9084350Z [18:23:52]: [altool] NSLocalizedFailureReason = "Upload limit reached. The upload limit for your application has been reached. Please wait 1 day and try again. (ID: 7bfc7cad-3026-4b6a-a18b-32b1bf3de218)";
2024-05-27T18:23:52.9086960Z
2024-05-27T18:23:52.9088610Z [18:23:52]: [altool] "original_server_error" = {
2024-05-27T18:23:52.9093640Z
2024-05-27T18:23:52.9094740Z [18:23:52]: [altool] code = "STATE_ERROR.VALIDATION_ERROR.90382";
2024-05-27T18:23:52.9095230Z
2024-05-27T18:23:52.9096600Z [18:23:52]: [altool] detail = "Upload limit reached. The upload limit for your application has been reached. Please wait 1 day and try again.";
2024-05-27T18:23:52.9097920Z
2024-05-27T18:23:52.9098990Z [18:23:52]: [altool] id = "7bfc7cad-3026-4b6a-a18b-32b1bf3de218";
2024-05-27T18:23:52.9099180Z
2024-05-27T18:23:52.9099360Z [18:23:52]: [altool] status = 409;
2024-05-27T18:23:52.9099490Z
2024-05-27T18:23:52.9099690Z [18:23:52]: [altool] title = "Asset validation failed";
2024-05-27T18:23:52.9099810Z
2024-05-27T18:23:52.9100010Z [18:23:52]: [altool] };
2024-05-27T18:23:52.9100090Z
2024-05-27T18:23:52.9100570Z [18:23:52]: [altool] }
I cant seem to find any documentation stating upload limits for an app within a day or timeframe.
Can you tell me if there is a limit that my account or app has for daily builds. It could help us streamline our development build distribution.