App icon not changing after updating App

醉酒当歌 提交于 2019-12-10 02:27:54

问题


Getting reports that, after updating our app, the springboard icon does not update, requiring the device to be turned off and on for the change to take effect.

This has happened when updating from a live version to a test build (via iTunes) and updating from an old (live) version to the latest live version (via appstore on device).

This isn't a regular occurrence, but I am wondering what might be causing this?


回答1:


Use "Build > Clean all Targets" and then build and run. Xcode doesn't always see that images have been updated, and leaves them out of incremental builds. Cleaning before building makes Xcode build the app file from scratch, and will pick up any images it's failing to get.




回答2:


I was facing this issue and none of the provided answers here or somewhere else helped me so I did next steps.

For X-Code 8+

I've opened my project viewer

Then I've chosen Assets

Right-clicked there and I've chosen App Icons & Launch Images -> New iOS App icon

Attach the images, that you want to resolutions of your app icon in your newly created AppIcon asset (rename it as you want)

Then go to the project settings and choose new app icon there

It worked for me



来源:https://stackoverflow.com/questions/9809700/app-icon-not-changing-after-updating-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!