Three Hidden App Store Connect API Limits That Break Automated Release Scripts
A developer automating iOS app releases via the App Store Connect API encountered three undocumented hard limits while shipping seven app versions in 30 days, all verified on June 13, 2026. The first limit caps JWT token lifetime at exactly 1,200 seconds, causing silent 401 authentication errors mid-batch even with a valid signature — with error messages misleadingly pointing to credentials rather than the token expiry. The second restriction allows only one app version in progress at a time, returning a vague state error that does not specify which state is blocking the submission. The third involves dual in-flight submission counters that share a single error message, and the same API that creates excess items cannot be used to delete them. The developer recommends a two-call pre-flight check before running any automated release script to catch all three limits early.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in