ios 你如何更改iTunes连接上的应用程序商店的大图标?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7283126/
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-30 21:22:36  来源:igfitidea点击:

How do you change the app store's large icon on iTunes connect?

iosapp-storeapp-store-connect

提问by DixieFlatline

I need to change the large app icon (512x512) for app store. I can't find how to to this through iTunes Connect. I's possible change the app screenshots though. I read the iTunes manual (page 97)and it says that it can be done but I only have the "choose file" button for screenshots, not for the large icon.

我需要更改应用商店的大应用图标 (512x512)。我无法通过 iTunes Connect 找到如何做到这一点。不过,我可以更改应用程序屏幕截图。我阅读了iTunes 手册(第 97 页),它说它可以完成,但我只有屏幕截图的“选择文件”按钮,而不是大图标。

I am also confused because the same manual says on on page 99 that edit-ablity of the large icon is locked.

我也很困惑,因为同一手册在第 99 页上说大图标的编辑能力被锁定。

What am I missing?

我错过了什么?

回答by Peter V

Yes, editing of large icons that are already in use by iTunes Connect is locked, but however, You can still register a new update to Your app, in which You can upload Your new 1024*1024 icon
:)

是的,已被 iTunes Connect 使用的大图标的编辑被锁定,但是,您仍然可以为您的应用程序注册一个新的更新,您可以在其中上传您的新 1024*1024 图标
:)

回答by Ratinahirana

enter image description here

在此处输入图片说明

Hi,

你好,

I think, no need to upload a new build. Sorry, it's in French, but I think you get it. You need to scroll a little bit but there you can upload an image file. Best is PNG and size 1024x1024.

我认为,无需上传新版本。对不起,它是法语,但我想你明白了。您需要稍微滚动一下,但您可以在那里上传图像文件。最好是 PNG,大小为 1024x1024。

回答by Etienne678

I found out that you can change the large app icon if your app is not on sale yet - but the place to change it is well hidden.

我发现如果您的应用程序尚未发售,您可以更改大应用程序图标 - 但更改它的位置非常隐蔽。

1.click on the app in itunes connect
2.click on "view details"
3.click on "edit" button next to Version Information at the top of the page
4.scroll all the way down
5.change icon

1.点击itunes connect中的应用程序
2.点击“查看详情” 3.
点击页面顶部版本信息旁边的“编辑”按钮
4.一直向下
滚动 5.更改图标

回答by auco

I was confused, because I used to know the "upload icon" field from my iOS app, but did not see the field when I wanted to submit my Mac OS X desktop app.

我很困惑,因为我曾经从我的 iOS 应用程序中知道“上传图标”字段,但是当我想提交我的 Mac OS X 桌面应用程序时没有看到该字段。

The answer above indicates that you can upload an icon only for updates, which is true for iOS apps, but for Mac OS X apps, you can neverupload a separate icon file, instead the 512 icon is uploaded together with your binary bundle:

上面的答案表明您只能为更新上传图标,这适用于iOS 应用程序,但对于Mac OS X 应用程序,您永远不能上传单独的图标文件,而是将 512 图标与您的二进制包一起上传:

"Note: You will not be asked to provide a large icon when adding your Mac OS X app because it will be uploaded later as part of the binary."

“注意:添加 Mac OS X 应用程序时不会要求您提供大图标,因为它稍后会作为二进制文件的一部分上传。”

from p56 of https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf

来自https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf 的第56 页

回答by Bj?rn Egil

To change the icon from one app-version to the next, after adding the new version to prepare for submission:

要将图标从一个应用程序版本更改为下一个,在添加新版本以准备提交后:

  • Delete the previous icon by clicking the red (-) on the icon
  • Save changes
  • Refresh page, and you can choose file to add
  • 单击图标上的红色 (-) 删除上一个图标
  • 保存更改
  • 刷新页面,可以选择要添加的文件

回答by iOSdev

Don't know why but after we delete the icon the link "Choose file" appears to be hidden, but if we save and then reload the page it shows up. Hope it helps

不知道为什么,但在我们删除图标后,“选择文件”链接似乎被隐藏了,但是如果我们保存然后重新加载页面,它就会显示出来。希望能帮助到你

回答by Bilal

Just remove the build from build section, app icons automatically unlocked then you can update Appstore icon.enter image description here

只需从构建部分删除构建,应用程序图标会自动解锁,然后您就可以更新 Appstore 图标。在此处输入图片说明

回答by djneely

Also an issue I had was that the app was rejected and we wanted to update the icon before pushing a new version. In order to change the icon I had to remove the current build and then we could update the App Store Icon.

我遇到的另一个问题是该应用程序被拒绝,我们想在推送新版本之前更新图标。为了更改图标,我必须删除当前版本,然后我们才能更新 App Store 图标。