gpt4 book ai didi

ios - 提交到应用商店 phonegap 应用图标问题

转载 作者:可可西里 更新时间:2023-11-01 05:52:26 24 4
gpt4 key购买 nike

我开发了一个 phonegap 应用程序,它在 iPhone 上运行得非常好。现在,我想将应用提交到应用商店。以下是我提交应用程序所遵循的程序:

  1. 打开 Xcode 并存档项目
  2. 点击验证(成功)
  3. 点击提交到应用商店(这是我收到以下错误的地方 enter image description here)

不确定,我哪里错了。我在 config.xml 中写了以下内容,所有完美尺寸的图标都在图标文件夹中,包括 57x57 尺寸的 icon.png:

<platform name="ios">
<!-- iOS 8.0+ -->
<!-- iPhone 6 Plus -->
<icon src="Resources/icons/icon-60@3x.png" width="180" height="180" />
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="Resources/icons/icon-60.png" width="60" height="60" />
<icon src="Resources/icons/icon-60@2x.png" width="120" height="120" />
<!-- iPad -->
<icon src="Resources/icons/icon-76.png" width="76" height="76" />
<icon src="Resources/icons/icon-76@2x.png" width="152" height="152" />
<!-- iOS 6.1 -->
<!-- Spotlight Icon -->
<icon src="Resources/icons/icon-40.png" width="40" height="40" />
<icon src="Resources/icons/icon-40@2x.png" width="80" height="80" />
<!-- iPhone / iPod Touch -->
<icon src="Resources/icons/AppIcon57x57.png" width="57" height="57" />
<icon src="Resources/icons/AppIcon29x29.png" width="29" height="29" />
<icon src="Resources/icons/icon.png" width="57" height="57" />
<icon src="Resources/icons/icon@2x.png" width="114" height="114" />
<!-- iPad -->
<icon src="Resources/icons/icon-72.png" width="72" height="72" />
<icon src="Resources/icons/icon-72@2x.png" width="144" height="144" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="Resources/icons/icon-small.png" width="29" height="29" />
<icon src="Resources/icons/icon-small@2x.png" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="Resources/icons/icon-50.png" width="50" height="50" />
<icon src="Resources/icons/icon-50@2x.png" width="100" height="100" />
</platform>

最佳答案

问题是图像是交错的,因此出现错误。确保您上传的 png 文件不是交错的。

这解决了我的问题。

关于ios - 提交到应用商店 phonegap 应用图标问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29776376/

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