iOS App Submission, Invalid Image Sizes

前端 未结 7 1797
孤街浪徒
孤街浪徒 2020-12-12 22:55

I just received the following message with my iOS app submission:

Invalid Image - For iOS applications, icons included in the binary submission mus

7条回答
  •  一生所求
    2020-12-12 23:23

    In Images.xcassets if you give the images with proper sizes XCode never throws any warning of any error, Make sure that the size of the images is proper.

    Possibilities of throwing warning/error

    • If you miss any of the images even if you miss single image it throws warning.
    • If the size of the image does not match with the required size.

提交回复
热议问题