Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 576
Ali Faris Avatar asked Oct 28 '17 08:10

Ali Faris


People also ask

How do I restore my Apple App Store icon?

If you still can't find it, try resetting the home screen by selecting “Settings” > “General “> “Reset” > “Reset Home Screen Layout“. This should return your icons to default settings and restore the App Store icon.

How do I create a missing app icon on my iPhone?

Tap the bar that says App Library with a magnifying glass to search. Type the name of the app. You should see the app icon appear in the results list. Press and hold the app icon until a menu appears and tap on Add to Home Screen.


2 Answers

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.

like image 164
Alap Anerao Avatar answered Oct 05 '22 15:10

Alap Anerao


As stated here we need to add one more icon, called 1024x1024px App Store Icon. Create a png icon of resolution 1024x1024.

Go to Project General Setting Tab

enter image description here

Click on No. 4 which opens the app icon sets. The following section will be visible.

enter image description here

Scroll down and you will see the App Store iOS icon set.

enter image description here

Preferably add the icon inside "AppIcon.appiconset" folder.

enter image description here

you can locate the folder by clicking the folder icon next to "Identity and Type" on the right side of your icon selection screen.

This should fix the issue.

like image 28
2xSamurai Avatar answered Oct 05 '22 16:10

2xSamurai