Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App icon not changing after updating App

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?

like image 546
Benzino Avatar asked Mar 21 '12 17:03

Benzino


People also ask

How do I refresh an app icon on my iPhone?

You can open the Settings app and go to General -> Reset -> Reset Home Screen Layout (if you don't mind your icons all rearranging).

How do I manually change app icons?

To change an icon to one you downloaded, tap and hold an empty area of the screen again, select Themes, tap Icons, tap the menu, and then select My Stuff. Choose Icons, select the icons you want to use, and tap Apply.


2 Answers

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.

like image 139
user1120133 Avatar answered Sep 18 '22 18:09

user1120133


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

Assets in project viewer

Then I've chosen Assets

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

Create 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

enter image description here

It worked for me

like image 43
Олег Місько Avatar answered Sep 21 '22 18:09

Олег Місько