缺少 App Store 图标。iOS 应用必须包含一个 1024x1024 像素的 App Store > PNG 格式的图标

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/46987694/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 09:36:18  来源:igfitidea点击:

Missing App Store Icon. iOS Apps must include a 1024x1024px App Store > Icon in PNG format

iosapp-store-connect

提问by Ali

when I try to submit the app

当我尝试提交应用程序时

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

缺少 App Store 图标。iOS 应用必须包含一个 1024x1024 像素的 PNG 格式的应用商店图标。未在资产目录中或通过 iTunes Connect 提供图标的应用程序无法提交应用程序或 Beta 应用程序



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

我在 iTunes Connect 中提供 1024px*1024px PNG 格式的App Store 图标,但仍然收到此错误

回答by Alap Anerao

In Xcode, they have added one additional app icon size with 1024px * 1024pxenter image description here

在 Xcode 中,他们添加了一个额外的应用程序图标大小,1024px * 1024px在此处输入图片说明

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

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

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

添加 1024pt 的应用程序图标后,它应该可以解决问题。

回答by 2xSamurai

As stated here we need to add one more icon, called 1024x1024px App Store Icon. Create a png icon of resolution 1024x1024.

如此处所述,我们需要再添加一个图标,称为 1024x1024px App Store 图标。创建一个分辨率为 1024x1024 的 png 图标。

Go to Project General Setting Tab

转到项目常规设置选项卡

enter image description here

在此处输入图片说明

Click on No. 4 which opens the app icon sets. The following section will be visible.

点击 4 号,打开应用程序图标集。以下部分将可见。

enter image description here

在此处输入图片说明

Scroll down and you will see the App Store iOS icon set.

向下滚动,您将看到 App Store iOS 图标集。

enter image description here

在此处输入图片说明

Preferably add the icon inside "AppIcon.appiconset" folder.

最好在“AppIcon.appiconset”文件夹中添加图标。

enter image description here

在此处输入图片说明

you can locate the folder by clicking the folder icon next to "Identity and Type" on the right side of your icon selection screen.

您可以通过单击图标选择屏幕右侧“身份和类型”旁边的文件夹图标来找到该文件夹​​。

This should fix the issue.

这应该可以解决问题。

回答by Ramkrishna Sharma

You need to include additional icon of 1024x1024ptsize in Assets.xcassets.

您需要包括额外的图标1024x1024pt大小Assets.xcassets

Please find the below steps.

请找到以下步骤。

1) Go to Assets.xcassets.
2) Drag and drop the icon of 1024*1024pt in App Store iOS 1024ptfield of Assets.xcassets.

1) 转到Assets.xcassets
2) 在Assets.xcassets的App Store iOS 1024pt字段中拖放1024*1024pt的图标。

For more information please find the below GIF representation.

有关更多信息,请参阅下面的 GIF 表示。

Demonstarte of adding the icon in the xcassets

在 xcassets 中添加图标的演示

Hope it works!!!

希望它有效!!!

回答by Juan Giorello

I'll quote just what Claude31 said here: https://forums.developer.apple.com/thread/90543

我将引用 Claude31 在这里所说的话:https://forums.developer.apple.com/thread/90543

May be useless question, but have you check the exact size of png image (in finder information) ?

可能是无用的问题,但是您是否检查过 png 图像的确切大小(在查找器信息中)?

In my case, the client sent an image to me called xxxx1024x1024.png, and the real size was 4000 x 4000. So, if you didn't create the image, is worth checking it.

在我的例子中,客户端给我发送了一个名为 xxxx1024x1024.png 的图像,实际大小为 4000 x 4000。因此,如果您没有创建图像,则值得检查。

回答by jitendra Jangir

You can open this image in preview and select file -> Export... and set format png and check alpha . and save image and use updated image. i hope issue will be resolve.

您可以在预览中打开此图像并选择 file -> Export... 并设置格式 png 并检查 alpha 。并保存图像并使用更新的图像。我希望问题会得到解决。

回答by Nishant Gupta

<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>icon.png</string>
<key>CFBundleIcons</key>
<dict>
    <key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>icon.png</string>
            <string>[email protected]</string>
            <string>icon-72.png</string>
            <string>[email protected]</string>
        </array>
        <key>UIPrerenderedIcon</key>
        <false/>
    </dict>
</dict>

you need the App Store Image of your app in 1024 x 1024px without round corners and properties, see this answer Code Sign Error Xcode

您需要 1024 x 1024 像素的应用程序的 App Store 图像,没有圆角和属性,请参阅此答案代码签名错误 Xcode

回答by ch3ssus

I found the problem my by chance. After doing tests with different types of .pn file "with transparency" and "without transparency" in neither of the two chaos worked for me. The problem was in the name that I put the collection in the App-Icon, the name had a "tilde" accent. I removed the accent and apple validated the compilation.

我偶然发现了这个问题。在使用不同类型的 .pn 文件“透明”和“不透明”进行测试后,这两种混乱都不适合我。问题在于我将集合放在 App-Icon 中的名称,该名称带有“波浪号”口音。我删除了口音,苹果验证了编译。

回答by Vladimír Slavík

My issue was the Sketch app was exporting incorrect images with the size 1024x1025.

我的问题是 Sketch 应用程序导出了大小为 1024x1025 的错误图像。

回答by Rick van der Linde

My solution was to not use 'a' in the App Icon group name.

我的解决方案是不在应用程序图标组名称中使用“a”。

回答by StanDev

1-)Xcode 9.4.1 open and open a new project.

1-)Xcode 9.4.1 打开并打开一个新项目。

2-)Create new assets catalog.

2-) 创建新的资产目录。

3-)fill in the required icons correctly.

3-) 正确填写所需的图标。

4-)This AppIcon catalog right click and show in finder,open AppIcon.appiconset folder and copy all things in folder.

4-)这个AppIcon目录右击并显示在finder中,打开AppIcon.appiconset文件夹并复制文件夹中的所有内容。

5-)Open old project,old project AppIcon catalog right click and show in finder and open folder delete all things.

5-)打开旧项目,旧项目AppIcon目录右击显示在finder中,打开文件夹删除所有东西。

6-)Paste in the folder you copied.

6-)粘贴到您复制的文件夹中。

7-)Clean, Build Project and Archive.

7-) 清理、构建项目和存档。

And Succesfully Upload App Store.

并成功上传 App Store。