AppStoreconnect:应用徽标获得黑色/灰色边框
当我将Catalyst应用程序上传到AppStoreconnect时,它将获得一个额外的黑色/灰色边框,在App Stastore接受后,AppStore也会显示。截屏。徽标没有这个边界。
相应的iOS应用徽标还可以。因此,我认为资产不会破坏。
有人知道如何避免这种情况吗?这很烦人...
When I upload my Catalyst app to AppStoreConnect it gets an additional black/grey border, which is also shown in AppStore after app acceptance, s. screenshot. The logo does NOT have this border.
The corresponding iOS App logo is OK. So I don't think the assets are corrupted.
Does anybody know how to avoid this ? It is annoying...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案
问题是我的资产目录只包含一个名为1024x1024px的名为“应用商店”的图标。在Xcode/asc的早期版本中,这足够了。
一段时间以前,他们改变了行为,您还需要在不同的分辨率中提供名为“ Mac”的图标。如果缺少这一点,ASC添加了此边界(无论出于何种原因)。
由于我的资产目录是几年前创建的,因此没有包含最近所需的新决议,这就是问题所在。
Solution
The problem was that my asset catalog did only contain an icon named "App Store" with 1024x1024px. In earlier versions of Xcode/ASC this was sufficient.
Some time ago they changed the behaviour and you need also to provide icons named "Mac" in different resolutions. If this is missing, ASC adds this border (for whatever reason).
Since my asset catalog was created years ago it did not contain the lately required new resolutions and that was the problem.