【问题标题】:missing 148x110 iMessage icon缺少 148x110 iMessage 图标
【发布时间】:2017-01-15 17:20:37
【问题描述】:

我正在尝试使用 Xcode 发布一个支持向 itunesconnect 发送消息的应用程序。每当我尝试发布文件时,都会收到错误消息“缺少应用程序图标。捆绑包不包含 iMessage 应用程序图标。iMessage 应用程序图标必须是 148x100 像素的 .png 格式”。

我没有看到可以放入文件的位置。我应该把它放在哪里?

【问题讨论】:

    标签: ios xcode imessage


    【解决方案1】:

    资产目录中应该有一个地方可以为 iPad pro 上传 74x55 图标。它位于第二行图标中。

    【讨论】:

      【解决方案2】:

      转到 Assets.xcassets -> iMessage App Icon 添加 148x100 大小的图标,大小为 74×55pt。

      【讨论】:

        【解决方案3】:

        您在 iMessage 中添加的图像应该是资产中提到的大小。 “缺少 148x110 iMessage 图标” 表示您错过了 ipad pro 74*55 pt 的 2x 图像图标,因为

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

        您必须在“ipad pro 74*55”的2x 部分添加以上尺寸的图片

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

        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.
        

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2017-02-24
          • 2017-11-17
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2015-09-04
          • 2014-06-21
          • 1970-01-01
          相关资源
          最近更新 更多