我正在尝试使用 Xcode 发布一个支持向 itunesconnect 发送消息的应用程序。每当我尝试发布文件时,都会收到错误消息“缺少应用程序图标。 bundle 不包含 iMessage 应用程序图标。iMessage 应用程序图标必须是 148x100 像素的 .png 格式”。
我没有看到可以放入文件的位置。我应该把它放在哪里?
您在 iMessage 中添加的图像应该是 Assets 中提到的大小。 “缺少 148x110 iMessage 图标” 表示您错过了 ipad pro 74*55 pt 的 2x 图像图标,因为
2*(74*55) == 148*110
您必须在“ipad pro 74*55”的2x 部分添加以上尺寸的图片
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.
关于ios - 缺少 148x110 iMessage 图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39379692/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |