Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

ios - missing 148x110 iMessage icon

I am trying to post an app that supports messaging to itunesconnect using Xcode. Whenever I try to post the file, I get the error, "Missing app icon. The bundle dosn't contain an iMessage app icon. iMessage app icons must be 148x100 pixels in .png format".

I don't see a place to put in the file. Where should I put it?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The image that you are adding in iMessage should be size as mention in Assets. "missing 148x110 iMessage icon" means you are missed 2x image of imessage icon of ipad pro 74*55 pt because

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

You have to add above size image at 2x section of "ipad pro 74*55"

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...