Skip to content
1440px

Splash Screen & Launch Image Sizes

iOS replaced static launch images with storyboards years ago, and Android 12 introduced the system splash screen API.

iOS replaced static launch images with storyboards years ago, and Android 12 introduced the system splash screen API. Fixed-size splash assets are now only needed for PWAs and some cross-platform toolchains.

Splash Screen & Launch Image Sizes
Device classPortraitLandscape
iPhone 6.9"1320×28682868×1320
iPhone 6.3"1206×26222622×1206
iPhone 6.7"1290×27962796×1290
iPhone 6.1"1179×25562556×1179
iPhone 5.5"1242×22082208×1242
iPhone 4.7"750×13341334×750
iPad Pro 13"2064×27522752×2064
iPad 11"1640×23602360×1640
Android (adaptive icon)1152×1152 window, 288×288 iconAndroid 12+ system splash
Worth knowing: For a PWA, iOS still needs one static image per device resolution because it does not generate them from the manifest.

Questions

What sizes do I need for splash screen & launch image sizes?

iOS replaced static launch images with storyboards years ago, and Android 12 introduced the system splash screen API. Fixed-size splash assets are now only needed for PWAs and some cross-platform toolchains.

Is there anything easy to get wrong here?

For a PWA, iOS still needs one static image per device resolution because it does not generate them from the manifest.

Other asset references

Source: official Cross-platform documentation. Verified 2026-08-07.