iTunes Connect 中 512x512 应用程序图标的问题
我正在将我的应用程序上传到 App Store,并在 iTunes Connect 中创建它。
我刚刚上传了 512x512px 图标,然后打开版本摘要页面来验证我的信息...
我有一组只有光泽效果的图标。在版本摘要页面中,我看到添加了自动光泽的 512x512px 图标。
有办法防止这种情况吗?我的大应用程序图标不能有光泽...
在我的 info.plist 中,我添加了“图标已经包含光泽效果”这一行,并选中了它附近的框...
任何人都可以帮助我吗?
I'm uploading my app to App Store and I created it in iTunes Connect.
I just uploaded my 512x512px icon and then I opened Version Summary page to verify my information...
I've got a set of icon that just have gloss effect. In Version Summary page I see my 512x512px icon with automatic gloss added.
Is there a way to prevent this? My large app icon mustn't have gloss...
In my info.plist I added the line "Icon already includes gloss effects" and I checked the box near it...
Can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 AppStore 的 512x512 图像(iTunes Connect),Apple 会像在手机上那样进行圆角处理吗?,Apple 实际上会检查应用程序中的 UIPrenderedIcon 标志。上传应用程序后,512x512 大图标将选择正确的设置。
According to 512x512 image for AppStore (iTunes Connect), will Apple do corner rounding like they do on the phone?, Apple does in fact check the app for the UIPrerenderedIcon flag. Once the app is uploaded, the 512x512 large icon will pick up the correct setting.
此 Apple 开发文档 包含图标所需的所有信息。
您要查找的用于禁用添加光泽的 plist 条目是 UIPrenderedIcon。这应该会阻止苹果增加光彩。然而,它将适用于所有图标。
This Apple Dev Document includes all of the information you should need for you icon.
The plist entry you are looking for to disable the added gloss is UIPrerenderedIcon. That should prevent Apple from adding gloss. However it will apply to all of you icons.