缺少148x110 iMessage图标

时间:2016-09-07 22:03:44

标签: ios xcode imessage

我正在尝试使用Xcode将支持消息传递的应用发布到itunesconnect。每当我尝试发布文件时,都会收到错误消息“缺少应用程序图标。该软件包不包含iMessage应用程序图标.iMessage应用程序图标必须为.xng格式的148x100像素”。

我没有看到放入文件的地方。我应该把它放在哪里?

3 个答案:

答案 0 :(得分:2)

您在iMessage中添加的图像的大小应与Assets中提到的大小相同。 &#34;缺少148x110 iMessage图标&#34; 表示您错过了 ipad pro 74 * 55 pt 的imessage图标的2倍图像,因为< / p>

  

2 *(74 * 55)== 148 * 110

您必须在&#34; ipad pro 74 * 55&#34;

2x部分添加上面的尺寸图像

enter image description here

  

您可以通过以下步骤更改现有图标的大小: -

i)Open Preview 
ii)Select Adjust size 
iii)Enter width & Height 148*110 or according to other required sizes.
iv)Place images to appropriate places in Assets section.

enter image description here

enter image description here

答案 1 :(得分:0)

资产目录中应该有一个位置可以为iPad专业版上传74x55图标。它位于第二行图标中。

答案 2 :(得分:0)

转到Assets.xcassets - &gt; iMessage App Icon在74×55pt下添加148x100尺寸的图标。