Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Old App Icon showing in Open In ... menu on iOS

Tags:

ios

xamarin

I am updating an iOS application. I have created new App Icons and everything works except the Open In menu. The Home App Icon is correct, the App Icon in Settings is correct, but the App Icon in the Open In menu is the old App Icon.

My UTI document type shows the new small icon on the attachment.

Anybody know where the old App Icon is hiding?

Thanks, Allen

like image 363
A Holman Avatar asked Mar 29 '17 19:03

A Holman


People also ask

What does the app switcher look like?

Android smartphones with navigation buttons The app switcher button should appear as a sideways hamburger menu icon or a square.


2 Answers

When you enabled the application to show up in Open in...menu for the first time, you provided a separate icon as per this apple guide and samples.

In Step 6, you add the icon separately.

Have you tried removing (-) the icon and add (+) a new one?

like image 102
Lucy Avatar answered Sep 30 '22 13:09

Lucy


Have you tried:

  • In iPhone, delete the app
  • In Xcode, clean derived data
  • Reinstall the app

It looks like the icon is somehow cached.

like image 27
backslash-f Avatar answered Oct 03 '22 13:10

backslash-f