Supporting Alternate App Icons

Hi, My app used to support alternate icons and now all of a sudden it does not anymore.

Thanks in advanced!😉

Did you check if your app supports alternate icons ?

if UIApplication.shared.supportsAlternateIcons { }

What are the exact size of our icons ? (@1x, @2x, @3x) ?

Are the Alternate icons in app Bundle (they should) or in the asset catalog ?

60px, 120px, and 180px. It’s in both because I also want to show the images. Also, I am checking.

Supporting Alternate App Icons
 
 
Q