
To tint the foreground image, specify a color with the TintColor attribute. If the app icon is composed of a background ( Include) image and a foreground ( ForegroundFile) image, the foreground image can be tinted.
CREATE ANDROID APP ICON ONLINE VERIFICATION
This will cause an error during App Store Connect verification and you won't be able to upload your app.
CREATE ANDROID APP ICON ONLINE MAC
If you don't define a background color for your app icon the background is considered to be tranparent on iOS and Mac Catalyst. NET MAUI color, such as Red or PaleVioletRed.

Instead of a hexadecimal value, you may use a named. The value of RR represents the red channel, GG the green channel, BB the blue channel, and AA the alpha channel. The following example sets the background color of the app icon to red: Ĭolor values can be specified in hexadecimal, using the format: #RRGGBB or #AARRGGBB. If the background image used in composing the app icon uses transparency, it can be recolored by specifying the Color attribute on the. The following example sets the base size: Īnd the following example stops the automatic resizing of a vector-based image: The value specified as the base size must be divisible by 8. The base size is specified with the BaseSize="W,H" attribute, where W is the width of the icon and H is the height of the icon. Bitmap-based images, such a PNG or JPG image, look blurry when upscaled. SVG images can upscale to larger sizes and still look crisp and clean. NET MAUI automatically scales the image from the base size to different sizes.

NET MAUI app icon can use any of the standard platform image formats, including Scalable Vector Graphics (SVG) files. By default, bitmap (non-vector) image formats aren't automatically resized by. This avoids having to manually duplicate and name the app icon on a per platform basis.

At build time, this icon can be automatically resized to the correct resolution for the target platform and device, and added to your app package. NET Multi-platform App UI (.NET MAUI) app project, an app icon can be specified in a single location in your app project. On Windows, the app icon appears in the app list in the start menu, the taskbar, the app's tile, and in the Microsoft Store. On Android, the app icon appears as a launcher icon and throughout the system, such as on the action bar, notifications, and in the Google Play Store. For example, on iOS the app icon appears on the Home screen and throughout the system, such as in Settings, notifications, and search results, and in the App Store. Every app has a logo icon that represents it, and that icon typically appears in multiple places.
