How to set Application icons and launch images in Xamarin iOS.

Xamarin.iOS
img_xamarin

In iOS Application Icons and Launch Images to support Applications. This Application Icons are show in Home Screen, in Spotlight and Setting screen.

There are strict instructions about setting icons and images in iPhones and iPads.

Applications that targets iOS 7 and early require following icons:

8a

With Application icons there are iTunes images and launch images should supplied. Dimensions of this images are:

8b

Application Icons

Every iOS app has application icon that is used to launch the application. This icon is also used in game center.
For example:

8c

To add Application icons we have to edit in info.plist file in our Xamarin Project.
For this we are going to create a new solution and give it name “SampleApplicationIcon.iOS”.

Now go into info.plist file and find iPhone Icons and in Source select “Don’t use Asset Catalog “

8d

Here you’ll find space for add images according to iOS and resolutions. You can directly drag and drop images on this or you can select it from finder. After you add images to Application images it will look like:

8e

Now Run the application and you’ll see the Application icon in the Home Screen.

Setting Launch Screens

Launch screen is the screen that appear when application launch. For Launch screen Xamarin iOS provides Xamarin Launch images, same as Application Icons.

You can drag and drop Images into this space and run the app. You will see launch screen.

8f

If you like this tutorial then you can download full copy of the code from github

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">