Xcode,我的应用程序图标获得光泽效果,但我的应用程序商店 512 图标没有?
我不知道在哪里设置这个。
但我的光泽效果已添加到 iPhone 上显示的应用程序图标中,因为我在 plist 文件中将“图标已包含光泽效果”设置为“否”,但应用程序商店中使用的较大 512 x 512 图标文件却没有。没有光泽效果/
如何设置?
I'm not sure where to set this.
But my gloss effect is added to my app icon which is shown on the iPhone, as I have "Icon already includes gloss effects" set to No in my plist file, but my bigger 512 x 512 icon files used in the app store doesn't have the gloss effect/
How do I set this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不想让应用程序图标具有闪亮效果,则必须将
UIPrerenderedIcon
键设置为应用程序的 Info.plist 文件。If you don't want to give shine effect of app icons, you have to set
UIPrerenderedIcon
key to your application’s Info.plist file.