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, Icon-48x48@2x.png (96px x 96px) or Icon-24x24@2x.png (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 ... Icon-48x48@2x.png (88px x 88px) is no good ... Icon-24x24@2x.png (44px x 44px) is no good!
Also, do I add the icon files to the WatchKit App Extension or just the WatchKit App?
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.