iOS:Over-The-Air安装 - 视网膜iPad上的黑色下载图标 [英] iOS: Over-The-Air installation - black download icon on retina iPad

查看:252
本文介绍了iOS:Over-The-Air安装 - 视网膜iPad上的黑色下载图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为iOS企业应用程序设置了无线分发。它可以工作,但在下载过程中,iPad3上的应用程序图标显示为黑色,而在iPad1上显示正确的图标。

I've setup over-the-air distribution for our iOS enterprise App. It works, but during the download, the app icon displays black on iPad3 while on iPad1 the proper icon is shown.

我上传了两个图标,一个是57x57像素,一个是在512x512像素。

I uploaded two icons, one in 57x57 pixels and one in 512x512 pixels.

可能我也需要提供视网膜图标 - 但我不知道如何将它们添加到manifest.plist,因为这个文件只包含两个图标条目:

Probably I need to provide retina icons too - but I do not see how to add them to the manifest.plist, as this file contains only two icon entries:

           <dict>
               <key>kind</key>
               <string>display-image</string>
               <key>needs-shine</key>
               <true/>
               <key>url</key>
               <string>http://myserver.com/image.57x57.png</string>
           </dict>
           <dict>
               <key>kind</key>
               <string>full-size-image</string>
               <key>needs-shine</key>
               <true/>
               <key>url</key>
               <string>http://myserver.com/image.512x512.png</string>
           </dict>

我是否需要添加视网膜条目?如果是这样,'kind'键的值是多少?

do I need to add retina entries? if so, what's the value for the 'kind' key?

推荐答案

是的,好像看不到视网膜114x114图标。您可以尝试直接在目标 - >摘要 - >应用程序图标下设置项目。之后你必须再次创建ipa。

Yes, seems like the retina 114x114 icon is missing. You can try to set in the project directly under Targets -> Summary -> App Icons. Afterwards you have to create the ipa again.

这篇关于iOS:Over-The-Air安装 - 视网膜iPad上的黑色下载图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆