Cordova、Phonegap 和 ionic(ios 缺少 1024x1024 图标)

Cordova, Phonegap and ionic ( ios missing 1024x1024 icon )

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.

当您将您的应用程序上传到 apple store 杂志时,您会遇到与上述文章类似的错误吗?

您可以找到并应用下面的解决方案。

现在苹果商店希望在应用程序中有 1024x1024px 图标。否则将不允许审批。

对不起我的英语不好

如何在sys cordova中添加“1024应用程序图标”?

编辑配置文件:

<icon src="res/icon/ios/icon-1024.png" width="1024" height="1024" />

命令行:

cordova prepare ios

不要忘记将文件 res/icon/ios/icon-1024.png 添加到文件系统。