Cordova iPhone专用应用程序未在iPad上显示图标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cordova iPhone专用应用程序未在iPad上显示图标相关的知识,希望对你有一定的参考价值。

我的cordova iPhone专用应用程序出现此问题:在iPad上安装时,它没有显示正确的主页图标,但显示“缺少图标”文件。

config.xml似乎没问题:

<platform name="ios">
    <allow-intent href="itms:*" />
    <allow-intent href="itms-apps:*" />
    <splash height="480" src="res/screen/ios/Default~iphone.png" width="320" />
    <splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640" />
    <splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640" />
    <splash height="1334" src="res/screen/ios/Default-667h.png" width="750" />
    <splash height="2208" src="res/screen/ios/Default-736h.png" width="1242" />
    <splash height="1242" src="res/screen/ios/Default-Landscape-736h.png" width="2208" />
    <icon height="180" src="res/icons/ios/icon-60@3x.png" width="180" />
    <icon height="120" src="res/icons/ios/icon-60@2x.png" width="120" />
    <icon height="40" src="res/icons/ios/icon-40.png" width="40" />
    <icon height="80" src="res/icons/ios/icon-40@2x.png" width="80" />
    <icon height="57" src="res/icons/ios/icon.png" width="57" />
    <icon height="114" src="res/icons/ios/icon@2x.png" width="114" />
    <icon height="29" src="res/icons/ios/icon-small.png" width="29" />
    <icon height="58" src="res/icons/ios/icon-small@2x.png" width="58" />
    <icon height="87" src="res/icons/ios/icon-small@3x.png" width="87" />
    <icon height="72" src="res/icons/ios/icon-72.png" width="72" />
    <icon height="144" src="res/icons/ios/icon-72@2x.png" width="144" />
    <icon height="76" src="res/icons/ios/icon-76.png" width="76" />
    <icon height="152" src="res/icons/ios/icon-76@2x.png" width="152" />
    <icon height="167" src="res/icons/ios/icon-83.5@2x.png" width="167" />
    <icon height="50" src="res/icons/ios/icon-50.png" width="50" />
    <icon height="100" src="res/icons/ios/icon-50@2x.png" width="100" />
    <icon height="1024" width="1024" src="res/icons/ios/icon-1024.png" />
    <icon height="20" width="20" src="res/icons/ios/icon-20.png" />
    <icon height="40" width="40" src="res/icons/ios/icon-20@2x.png" />
    <icon height="60" width="60" src="res/icons/ios/icon-20@3x.png" />
</platform>

甚至AppIcon文件似乎也是对的。

enter image description here

当然可以在iPhone上安装它。

有什么想法吗?

谢谢!

答案

与我的iPhone专用应用程序有同样的问题,并在这里找到解决方案:

Empty app icon on iPad for iPhone only application

所以我只是删除了Xcode中Info.plist中的“CFBundleIcons”键,现在一切正常。

希望它也能帮到你,

史蒂夫

以上是关于Cordova iPhone专用应用程序未在iPad上显示图标的主要内容,如果未能解决你的问题,请参考以下文章

Phonegap/Cordova 在 iphone 上加载时将启动图像旋转 90 度

带有 Visual Studio (Cordova) 的 IPA 语言

我使用 Cordova PhoneGap 将一个 ipa 格式的 iOS 文件放在一起

applicationDidBecomeActive 未在 Cordova 应用程序中触发

JQuery 未在 Cordova 中执行

Cordova 5 未在 XCode 中处理新的 ios 应用程序目标