gpt4 book ai didi

app-store - iTunesConnect - 如何检索现有应用程序的 1024x1024 图标?

转载 作者:行者123 更新时间:2023-12-04 13:02:37 24 4
gpt4 key购买 nike

我注意到从 iOS 11 开始,目录中应用的“应用图标” Assets 必须包含一个 1024x1024 大小的版本才能提交到 App Store。

我知道 1024x1024 图标以前是直接添加到 iTunesConnect 应用程序页面的,但我似乎无法获得任何链接或以全尺寸显示该图标以从 iTunesConnect 页面抓取它的方法。

如何检索已发布的应用程序的现有 1024x1024 图标? 我没有原始图标的 PSD 文件。

Dear developer,

We have discovered one or more issues with your recent delivery for [App]. Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Marketing Icon - iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team

最佳答案

编辑:我为此做了一个简单的工具:
https://erkanyildiz.me/lab/icon1024/

转到您的应用程序的 iTunes 页面:
https://itunes.apple.com/us/app/MyApp/id000000000

在检查源代码的页面中找到您的应用程序图标的 URL。
它应该是这种格式:
http://isN.mzstatic.com/image/thumb/Purple128/v4/xx/yy/zz/xxyyzzaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/source/175x175bb.jpg
替换上一个 175x175部分与 1024x1024jpg部分与 png :
http://isN.mzstatic.com/image/thumb/Purple128/v4/xx/yy/zz/xxyyzzaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/source/1024x1024bb.png
现在您可以获得原始图标。

笔记:
维度后的那 2 个字符用作 Image Resize Style .
bb :你可以指定任何你想要的尺寸,它会返回小于 1024x1024 的尺寸的调整版本。 .但是,如果您指定的维度大于 1024x1024 ,它将返回 1024x1024反正。
cc :它将返回您指定的维度。
ff : 它似乎也是一个有效的选择,但我不知道它的作用。
ss : 另一个有效的选项,再次不知道。

关于app-store - iTunesConnect - 如何检索现有应用程序的 1024x1024 图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46355374/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com