缺少 App Store 图标.iOS 应用程序必须包含一个 1024x1024px 的应用程序商店 >PNG 格式的图标

问题描述:

当我尝试提交应用程序时

when I try to submit the app

缺少 App Store 图标.iOS 应用必须包含一个 1024x1024px 的应用商店PNG 格式的图标.不提供资产目录中的图标或通过 iTunes Connect,不能提交应用程序进行应用程序审查或测试应用审核

Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review

我在 iTunes Connect 中为 App Store 图标提供了 1024px*1024px PNG 格式,但仍然出现此错误


I'm providing App Store Icon with 1024px*1024px PNG format in iTunes Connect but still getting this error

在 Xcode 中,他们添加了一个额外的应用图标大小,1024px * 1024px

In Xcode, they have added one additional app icon size with 1024px * 1024px

转到 Assets.xcassets,您可以在应用图标图像集的底部找到这个新增功能.

Go to Assets.xcassets and you can find this new addition at the bottom of your app icon image set.

一旦你添加了 1024pt 的应用图标,它应该可以解决这个问题.

Once you add app icon with 1024pt, it should fix the issue.