OGeek|极客世界-中国程序员成长平台

标题: ios - 缺少 148x110 iMessage 图标 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 22:02
标题: ios - 缺少 148x110 iMessage 图标

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

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



Best Answer-推荐答案


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

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

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

enter image description here

You can change the size of the exist icon by below steps:-

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

关于ios - 缺少 148x110 iMessage 图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39379692/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://sqlite.in/) Powered by Discuz! X3.4