.NET Maui support - App icon size

Junior Saravia 45 Reputation points
2023-06-12T14:53:53.8433333+00:00

I'm using .NET Maui and have an App icon that expands on Android (similar to this issue) but it looks OK on iOS.

Is there a defined size to generate the icon that works on Android and iOS?

In the case of using ForegroundScale="0.65" . Could it be applied only on Android?

I am running Windows 11, VS 2022 Version 17.5.4 and Maui project with .NET 7

Thanks in advance.

Developer technologies | .NET | .NET MAUI
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-06-13T05:28:38.1366667+00:00

    In the case of using ForegroundScale="0.65" . Could it be applied only on Android?

    You can add two MauiIcon, then use a different icon per platform and set the foregroundScale="0.65" for android platform

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.