2

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.

Neelam Prajapati
  • 3,764
  • 3
  • 28
  • 62

2 Answers2

0

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

Adit Kothari
  • 421
  • 3
  • 16
0

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.

Rajlakshmi
  • 61
  • 1
  • 1
  • 6
  • The question asks if it is possible to not have to add the multiple sizes. As the OP states in his original question he knows how to add the icons, but is looking for a way to only add one. – Lonefish Nov 14 '19 at 16:07