Why do exported app store screenshots look blurry and how do I keep @2x and @3x crisp?
Answer: Most blur comes from one of four root causes: upscaling a smaller capture, exporting at @1x when the store expects @3x, lossy JPG compression on UI text, or a viewer or color-profile mismatch. Render the largest native size (1290 by 2796 for iPhone), export as PNG, and never enlarge after capture.
The blur almost never comes from the store. It comes from the moment you exported. A screenshot that looks crisp on your design canvas can lose half its pixels by the time it lands on the storefront if any of three things go wrong: the source capture was too small, the export multiplier did not match the device class, or a lossy format softened the UI text on its way out. Fix the export and the store listing follows.
The rest of this guide walks through each of those four root causes in order, explains the pixel math behind @1x, @2x, and @3x so you can pick the right one for every device class, and ends with format and color-profile rules so the file survives the upload pipeline intact.



