512x512 image for AppStore (iTunes Connect), will Apple do corner rounding like they do on the phone?

前端 未结 2 1764
温柔的废话
温柔的废话 2021-01-13 16:27

Upon submission of an iPhone app to iTunes Connect for AppStore distribution, they ask for a 512x512 pixel image. Here is what it says next to the place to submit it:

<
相关标签:
2条回答
  • 2021-01-13 16:54

    Apple will indeed round the corners of the flat artwork uploaded to iTunes Connect. It will also add a gloss automatically. So you can upload just the square flat version, but an already rounded version will also work just fine.

    If your icon already includes gloss, you can add the UIPrerenderedIcon key to your Info.plist. If you use the build in plist editor of Xcode, the full name of the key is Icon already includes gloss effects and you must set it to YES. iTunes Connect will honour the settings in that file and will update the preview of your uploaded artwork after you upload your binary.

    Important: Make sure the UIPrerenderedIcon key is in the root of your Info.plist, otherwise the icon uploaded to iTunes Connect will still use the default gloss, because it will not recognize this key.

    0 讨论(0)
  • 2021-01-13 17:13

    Your intuition is correct - Apple applies the glossiness and rounded corners automatically in the iTunes Store, so just upload a flat square version.

    Don't worry if the rendering looks terrible in iTunes Connect - it will be fine once it's on the store.

    The iOS Guidelines appear to be incorrect.

    0 讨论(0)
提交回复
热议问题