-4

My published app stopped working after xcode upgrade. My Xcode version is now 9.0.1. Publishing goes well except an error in the last stop of upload "Missing app store icon. ios apps must include a 1024x1024px app store icon in png format." but the app quits without throwing any errors on the device. The interesting thing is that it works ok when I attach the device to my mac and runs the application. Doesn't show any errors. Please let me know how can I troubleshoot this issue?

MACMAN
  • 1,883
  • 1
  • 21
  • 35
  • 2
    Chances are it has nothing to do with an icon. Check the device sys logs or sync with iTunes and see if there are any jetsam or crashes for the app. – WrightsCS Dec 02 '17 at 04:49
  • Possible duplicate of https://stackoverflow.com/questions/46987694/missing-app-store-icon-ios-apps-must-include-a-1024x1024px-app-store-icon-in – rmaddy Dec 02 '17 at 04:57
  • 1
    ho in your assets and in appicon there will be a missing icon of 1024 X 1024. Just add it. – Sharad Chauhan Dec 02 '17 at 05:28

2 Answers2

0

its simple just add an icon of size 1024x1024 to your app icons folder or xcassets file whatever way you have chosen for your icons

Irfan Anwar
  • 1,878
  • 17
  • 30
0

Finally I was able to publish the app correctly. It was a mistake in renaming the app. I created a new cordova project with the new name and copied the existing code to the www directory. Now everything works ok.

MACMAN
  • 1,883
  • 1
  • 21
  • 35