Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Watch icon issue upon submission

I'm trying to submit an iOS app to the App Store (one that supports the new Apple Watch) and I'm having major issues with the required icon files, their names and sizes. I've read the documentation (https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/WatchHumanInterfaceGuidelines/IconandImageSizes.html#//apple_ref/doc/uid/TP40014992-CH16-SW1) and it says to create icons @2x of sizes 48, 55, 80, 88, 172, and 196. What does this mean, [email protected] (96px x 96px) or [email protected] (48px x 48px).

When I submit my binary it keeps giving me errors... ERROR ITMS 90394 Missing Icon ... ERROR ITMS 90392 Invalid Icon

Could some please explain Exactly what icon names and sizes I need to include please?!?

I've guessed and checked for hours ... [email protected] (88px x 88px) is no good ... [email protected] (44px x 44px) is no good!

Also, do I add the icon files to the WatchKit App Extension or just the WatchKit App?

like image 941
Chris Allinson Avatar asked Dec 09 '22 03:12

Chris Allinson


2 Answers

enter image description here Go to your story board, open your WatchKit App folder, click on the Image.xcassets in there you should see the AppIcon asset, click on it and it will show you all the icon sizes. If you click on each one, the attribute inspector will give you the pixel dimensions for each.

like image 164
rmp Avatar answered Dec 27 '22 07:12

rmp


I was also struggling with the same problem. It's really annoying one. Searched for it and did all things mentioned above and in sone other posts over Internet. Though nothing worked.

Well then i realised 24x24@2x should be actually of size 48x48 pixels not 24x24 and so on. I know it's a dumb one. But i guess there are more dumb people like me and this post will help them.

like image 24
Umesh Kolhe Avatar answered Dec 27 '22 07:12

Umesh Kolhe