how to set app icon of app in xamarin.forms app for IOS

1.5k Views Asked by At

i have idea about how to set app icon image where we were putting all respective size icon images in resource folder.

in recent xamarin update there is no need to add multiple size images for splash screen using storyboard.

so my question is there something also for app icon also? so we need not to add multiple icon images??

any suggestion most welcome.

2

There are 2 best solutions below

0
On

Add in Asset Catalog.Add an different sizes of icon and set that in infoplist.

1
On

Go to Assets.xcassets in Xamarin ios project, you will get a default AppIcon image set there which is by default using Xamarin logo. Replace those images with you icons, make sure the resolutions your image follows the required resolutions/pixels for each (1x,2x&3x) type of images.