1

We have a problem. We are working on a long time. We get an error when uploading to the app store. This problem started to happen after xcode update 8.3.3 -> 9.4.1 .

The main problem, WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Can you help me?

iOSDEV
  • 19
  • 5
  • you have not set app icon in Assets – Sagar Bhut Aug 09 '18 at 11:47
  • go to Assets and there you can see the option for adding AppIcon. There you can add the app icon – Vinu Jacob Aug 09 '18 at 11:50
  • I added 1024*1024 png icon. I'm sure. I checked several times. – iOSDEV Aug 09 '18 at 11:51
  • you must add the icon for all slots with the required size. For example, if iPhone notification require 20pt icon, in 2x slot you must add 2 * 20 pt icon size such as 40pt icon. – Vinu Jacob Aug 09 '18 at 11:55
  • Make sure you added it in itunesconnect.apple.com well – Orkhan Alikhanov Aug 09 '18 at 11:56
  • I tried all of them. – iOSDEV Aug 09 '18 at 12:05
  • I tried everything and i finally solved. This problem started to happen after xcode update 8.3.3 -> 9.4.1.. Xcode 9.4.1 open and open a new project. Create new assets catalog. Fill in the required icons correctly. This AppIcon catalog right click and show in finder,open AppIcon.appiconset folder and copy all things in folder. Open old project,old project AppIcon catalog right click and show in finder and open folder delete all things. Paste in the folder you copied. Clean, Build Project and Archive. And Succesfully Upload App Store. – iOSDEV Aug 10 '18 at 12:31

2 Answers2

1

Goto Assets.xcassets -> AppIcon -> Set icon for Appstore(1024*1024)

enter image description here

Ramprasath Selvam
  • 3,868
  • 3
  • 25
  • 41
0

You have to set the App icon of 1024*1024 for the app store, which must be without alpha.