Reputation: 1012
I am trying to upload my archive to the app store and I am getting the following errors.
I'm not sure how I'm getting these? I never set a description and can't find it in xcode. I am using the latest Cordova and I do have images (it all worked fine for Play store).
Upvotes: 1
Views: 40
Reputation: 5812
Ensure the following:
1) Your images are exactly of the dimensions it is complaining:
Open those images in a tool like Sketch or Photoshop and ensure it is correct. I have faced similar issues when the dimension is off by half a pixel. if it is 120 x 119.5, in finder it'll show as 120 x 120. Check the dimensions for every image.
2) If your app icon is being loaded from the image assets, check the image asset and ensure the respective icon images are loaded correctly.
3) The marketing icon and the description can be updated on iTunes connect. Make sure you have updated these when you set your app for Prepare for Submission on iTunes Connect. Without a description for your app, it'll not accept a submission.
Upvotes: 1