Why does App Store Connect reject my correctly-sized screenshot, and how do I fix it?
Answer: App Store Connect rejects correctly-sized screenshots when the file carries a hidden alpha channel, uses a non-RGB color space like CMYK, sits in the wrong device slot, or hits a server-side upload bug. Fix it by flattening the alpha channel, converting to sRGB, matching the slot, and re-uploading one file at a time.
Pixel dimensions are only the first of several checks Apple's validator runs. Even a file exported at the exact 1320x2868 spec can fail if it carries a hidden alpha channel, sits in a CMYK profile, or is uploaded to a shelf that expects a different aspect ratio. The four causes worth investigating before anything else are file metadata (color space, alpha), the device slot you picked in App Store Connect, batch upload race conditions, and the rare but real server-side parser outage on Apple's end.


