iTunes Connect 中 512x512 应用程序图标的问题

发布于 2024-10-15 08:43:01 字数 263 浏览 0 评论 0原文

我正在将我的应用程序上传到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七色彩虹 2024-10-22 08:43:01

根据 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.

幽梦紫曦~ 2024-10-22 08:43:01

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文