简体   繁体   English

对于AppStore(iTunes Connect)的512x512图像,Apple会像在手机上一样进行转角处理吗?

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

Upon submission of an iPhone app to iTunes Connect for AppStore distribution, they ask for a 512x512 pixel image. 在向iTunes Connect for AppStore分发提交iPhone应用程序后,他们要求提供512x512像素的图像。 Here is what it says next to the place to submit it: 以下是提交它的地方旁边的内容:

"A large version of your app icon that will be used on the App Store. It must be at least 72 DPI and a minimum of 512x512 pixels (it cannot be scaled up). It must be flat artwork without rounded corners." “将在App Store上使用的应用程序图标的大版本。它必须至少为72 DPI,最小为512x512像素(不能放大)。 它必须是没有圆角的平面艺术品。”

So are they going to round the corners like they do elsewhere or not?? 那么他们是否像其他地方一样绕过角落? The iOS Human Interface Guidelines indicate NOT: "There are no visual effects added to this version of your application icon" iOS人机界面指南未标明:“此版本的应用程序图标没有添加视觉效果”

Yet all the images I see on iTunes app store are rounded. 然而,我在iTunes应用商店中看到的所有图像都是圆形的。 Also web version of iTunes show rounded icons, and infact are 175, 175 square with an image mask that has rounded corners: http://a1.phobos.apple.com/us/r1000/050/Purple/49/68/e3/mzi.wijnmlbw.175x175-75.jpg and http://ax.phobos.apple.com.edgesuite.net/htmlResources/2CBF/images/mask175.png . iTunes的网页版也显示圆形图标,实际上是175,175平方,带有圆角的图像蒙版: http//a1.phobos.apple.com/us/r1000/050/Purple/49/68/e3 /mzi.wijnmlbw.175x175-75.jpghttp://ax.phobos.apple.com.edgesuite.net/htmlResources/2CBF/images/mask175.png

Your intuition is correct - Apple applies the glossiness and rounded corners automatically in the iTunes Store, so just upload a flat square version. 你的直觉是正确的 - Apple在iTunes Store中自动应用光泽度和圆角,所以只需上传一个扁平的方形版本。

Don't worry if the rendering looks terrible in iTunes Connect - it will be fine once it's on the store. 如果渲染在iTunes Connect中看起来很糟糕,请不要担心 - 一旦它在商店中就会很好。

The iOS Guidelines appear to be incorrect. iOS指南似乎不正确。

Apple will indeed round the corners of the flat artwork uploaded to iTunes Connect. Apple确实会绕过上传到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 . 如果您的图标已包含光泽,则可以将UIPrerenderedIcon密钥添加到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 . 如果您使用Xcode的plist编辑器中的构建,则该键的全名是Icon already includes gloss effects ,您必须将其设置为YES iTunes Connect will honour the settings in that file and will update the preview of your uploaded artwork after you upload your binary. iTunes Connect将遵循该文件中的设置,并在您上传二进制文件后更新上传的图稿的预览。

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. 重要提示:确保UIPrerenderedIcon密钥位于Info.plist的根目录Info.plist ,否则上传到iTunes Connect的图标仍将使用默认光泽,因为它无法识别此密钥。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM