16

I have recently developed a set of icons for my ios app using https://makeappicon.com. This provides a folder of appropriately sized images. I then have dragged each of these images into the appropriate slot in the AppIcon section in Assets.xcassets. The icon shows up fine in on my phone screen but not in the app switcher (see circled in image). There are no errors showing.

enter image description here

I have: - Cleaned build folder and rebuilt - I have restarted my iPhone - I have manually placed all the images in the slots - I have also tried replacing the original AppIcon folder with the one provided by make appicon

All to no effect. Be grateful for any suggestions.

Zenman C
  • 1,653
  • 13
  • 21
  • 2
    Sorry, answering my own question here. Hopefully it may help anyone who has same issue. I ended up deleting the app and restarting. The icon in the app switcher now appears. – Zenman C Apr 08 '20 at 07:53
  • 4
    Using Simulator, I had to quit it and restart—deleting the app and reinstalling still didn't cause the app icon to show for me. – Evan R Aug 30 '20 at 12:42

3 Answers3

25

Uninstall AppRestart DeviceInstall App

Just putting here for the sake of working answer !
As @cobberboy has mentioned in comment, doing above works - verified

deimus
  • 9,565
  • 12
  • 63
  • 107
12

I have been trying to figure out this issue, as I multiple times changed the icons removed the build, took new builds etc, but the app switcher icon was the default icon.

I have tried the app on a new phone and the desired icon was showing. So my guess is that the app switcher, (also apple watch OS's app switcher) has some sort of hardcore cache machanism.

If anyone coming from Google facing this issue, not sure how to flush this cache, but you can go ahead and ship your app, as this cache is only on your device.

Good luck!

Burak Tokak
  • 1,810
  • 1
  • 20
  • 27
0

Ensure you have provided icons for all sizes, deploy, then restart the device to clear any caches.

James Westgate
  • 11,306
  • 8
  • 61
  • 68