Search code examples
iosapp-store-connect

Missing App Store Icon. iOS Apps must include a 1024x1024px App Store > Icon in PNG format


when I try to submit the app

Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review


I'm providing App Store Icon with 1024px*1024px PNG format in iTunes Connect but still getting this error


Solution

  • In Xcode, they have added one additional app icon size with 1024px * 1024pxenter image description here

    Go to Assets.xcassets and you can find this new addition at the bottom of your app icon image set.

    Once you add app icon with 1024pt, it should fix the issue.