简体   繁体   中英

App icon missing for iPhone 7 and 8

App icon image is missing for iPhone 7 and 8. For rest of the devices app icon is shown. I have tried various solution available but I am not able to find any result for this bug. Please check the following screen shots for OPG.

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Try adding this to your Info.plist ( Remove~ipad )

For xml view use this

<key>CFBundleIconFiles</key>
<array>
    <string>icon.png</string>
    <string>icon2.png</string>
    <string>icon3.png</string>
    <string>icon4.png</string>
</array>

在此处输入图片说明

Also if you are using assets catlogue :

Your AppIcon must look like this

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM