Problem in Icon requirements for Apple store submission

I am in the final process to submit my first App to Apple store.
But I get rejection due to a missing icon, 83.5x83.5@2x, for iOS 9-10.
As the iCon was not inclided in the Applcon folder provided by Codea, I added an exact 167x167 png file into the AppIcon folder and edited the Contents.json file to add
{
“size” : “83.5x83.5”,
“idiom” : “ipad”,
“filename” : “AppIcon83.5x83.5@2x.png”,
“scale” : “2x”
}
at the end of icons list.
But still I get the error massage.

Please tell me how I can overcome this issue.

Thanks,
Makoto

@Makoto I experienced similar problems when submitting my app. In the xcassets folder, there is the app icon, all the ones that are missing or that contain the blue Codea symbol means that it is a new device and there hasn’t been an update to Codea for a while, so it doesn’t have them added. What you must do is replace all the blue Codea icons and all the missing icons with a properly sized icon, i used photoenlarger.com to modify the sizes of my icon. Once you’ve configured the size, just drag the file and drop it in, but it must be the right size! If it says 40x40 and it also has 3x, then it has to be 120x120 in size. Hope this helped, and good luck with your app!

Hi, CamelCoder
Thank you for you prompt help, again.
Following to your guidance, I prepared the 83.5x83.5@2x icon again and carefully edited Contents.json file again. It was successfully accepted.
Thank you

  • Makoto