한국어로 읽기 →

App Store Screenshot Sizes 2026 — every required iPhone & iPad resolution

The exact pixel dimensions App Store Connect accepts in 2026, which of them you actually need to upload, and the format rules that get submissions rejected. Last verified: June 2026.

TL;DR — the two sizes you must have

Apple only requires the largest screenshot size per device type. Upload these two and App Store Connect auto-scales them for every smaller display:

Device slotPortraitLandscapeStatus
iPhone 6.9″ Display1320 × 28682868 × 1320Required
iPad 13″ Display (if your app runs on iPad)2064 × 27522752 × 2064Required

All accepted sizes per slot

Each App Store Connect upload slot accepts a couple of exact resolutions (dimensions are checked to the pixel — even 1 px off is rejected):

SlotAccepted portrait sizesNotes
iPhone 6.9″ 1320 × 2868, 1290 × 2796 Covers iPhone Pro Max / Plus models; required.
iPhone 6.5″ 1242 × 2688 Optional legacy slot — only if you want a tailored set for older devices.
iPad 13″ 2064 × 2752, 2048 × 2732 The old iPad Pro 12.9″ size (2048 × 2732) folds into this same slot.
iPad 11″ 1668 × 2388 Optional — tailored set for 11″ iPads.

Format rules (the usual rejection reasons)

How many files is that, really?

The set multiplies fast: slides × locales per device. A typical app with 6 screenshots, iPhone + iPad, in 9 languages is 108 exact-size PNGs — which is why doing this by hand in a design tool gets old quickly.

App Store Screenshot Studio — a free, open-source editor that designs, localizes and exports this entire set in the browser. Device frames, headlines, per-language captions and screenshots, alpha-stripped PNGs at exact App Store sizes, zipped as locale/device/index.png. No account, no upload — images never leave your machine. →

Uploading with fastlane

If you ship often, don't drag PNGs into the browser. fastlane deliver uploads a folder laid out as screenshots/<locale>/<name>.png straight to App Store Connect with an API key (.p8). The studio above has a one-click "ZIP for fastlane" export that produces exactly that layout, plus a ready Deliverfile — full walkthrough in the fastlane upload guide.

FAQ

Do I need 6.5″ iPhone screenshots?
No. Upload 6.9″ and Apple scales down. Add 6.5″ only if you want pixel-perfect art for older devices.

Do I need iPad screenshots?
Only if your app runs on iPad (i.e. it isn't iPhone-only). Then the 13″ size is required.

Can screenshots contain marketing text and device frames?
Yes — most top apps do. The image must still represent the actual app experience; pure marketing imagery with no app UI risks rejection under guideline 2.3.

Related guides