gpt4 book ai didi

ios - 如何使用 apache cordova 的 Visual Studio 工具为 IOS 设置应用程序图标和启动画面?

转载 作者:行者123 更新时间:2023-12-01 18:10:56 26 4
gpt4 key购买 nike

我正在使用 Visual Studio 2013 和 Apache Cordova 扩展工具构建一个 Apache Cordova 应用程序。
我无法更改 Apple Store 或 iTunesConnect 中显示的图标。
但是,我可以更改 android 和 google play 商店的图标。
我已经相应地更改了 res/screens/ios 和 res/icons/ios 中的文件,但是当我创建一个新的 IPA 并上传它时,它似乎没有更新。
这是我现在得到的图标,这个图像在我的项目目录结构中的任何地方都不存在。

Default apache icon

最佳答案

请注意“src”属性的值是相对的到项目目录不去 www 目录。你 可以重命名源图片随你喜欢。应用程序中的内部名称由 Cordova 确定。

<platform name="ios">
<!-- iOS 8.0+ -->
<!-- iPhone 6 Plus -->
<icon src="res/ios/icon-60@3x.png" width="180" height="180" />
<!-- other icons -->
</platform>

关于ios - 如何使用 apache cordova 的 Visual Studio 工具为 IOS 设置应用程序图标和启动画面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31456471/

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