Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve "Missing Marketing Icon. iOS Apps must include a 1024x1024px"

Tags:

xcode

ios

I am uploading app in iTunes from Xcode 9.0...This error is showing on the last step. How to solve this? 1024x1024px icon is present in my icons list

enter image description here

enter image description here

like image 585
Varinder Singh iPhone Dev Avatar asked Jun 21 '17 05:06

Varinder Singh iPhone Dev


People also ask

How do I change my app icon in the app store developer?

In the Project navigator, select the project and in the project editor, select the target. In the “App Icons and Launch Images” section of the General pane, choose the app icon set from the App Icons Source pop-up menu.

Where do I put app icons in XCode?

Go to the General tab of your project settings, select the corresponding Target. In Appicon and launch images , select to use Assets catalog, open the asset catalog by clicking the arrow icon. Now drag the AppIcon. appiconset folder directly into the opened asset catalog in your XCode Project.


2 Answers

Now onwards we need to add a new icon in our project with the size 1024X1024. Please see below-attached image. This issue was stared from WWDC 2017.

enter image description here

Note: - Do not upload or use the beta version (mac os or Xcode) for app upload. As per Apple recommendation. I already got mail from Apple about this.

like image 104
Sukeshj Avatar answered Sep 26 '22 06:09

Sukeshj


For the XCode 9: we need to drag a new icon with size 1024pt new available icon item named "App Store iOS 1024pt" under AppIcon image set.

enter image description here

Make sure to use icon in PNG format without alpha/transparency. Thanks to @Hammoud for sharing transparency experience !

After doing this stuff, this warning should be gone and you should be able to see something like this. enter image description here

Happy Coding !

like image 31
Gaurav Singla Avatar answered Sep 22 '22 06:09

Gaurav Singla