Skip to content

Instantly share code, notes, and snippets.

@vhugogarcia
Last active November 15, 2022 04:19
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vhugogarcia/4cacaa90b42495c21a62044efc298beb to your computer and use it in GitHub Desktop.
Save vhugogarcia/4cacaa90b42495c21a62044efc298beb to your computer and use it in GitHub Desktop.
Ultimate .NET MAUI Platforms Support

.NET MAUI Applications

Google

Platform version Version .NET support .NET MAUI support Supported by
Android API 21 or higher .NET 6.0.300 & above Yes Microsoft
Android TV API 21 or higher .NET 6.0.300 & above Yes Microsoft
WearOS API 21 or higher .NET 6.0.300 & above No Microsoft
Android Auto API 21 or higher .NET 6.0.300 & above No Microsoft
Google Assistant API 21 or higher .NET 6.0.300 & above No Microsoft

Apple

Platform version Version .NET support .NET MAUI support Supported by
iOS iOS 10 or higher .NET 6.0.300 & above Yes Microsoft
macOS (ARM and x86) 10.13 or higher .NET 6.0.300 & above Yes Microsoft
tvOS tvOS 10 or higher .NET 6.0.300 & above No Microsoft
watchOS Unsupported Unsupported No N/A
Apple Car Play iOS 10 or higher .NET 6.0.300 & above No Microsoft

Microsoft

Platform version Version .NET support .NET MAUI support Supported by
Windows 10 1809 or higher .NET 6.0.300 & above Yes Microsoft
Windows 11 (x86 and ARM) All .NET 6.0.300 & above Yes Microsoft
XBOX Series S and X .NET 6.0.300 & above No Microsoft

Samsung

Platform version Version .NET support .NET MAUI support Supported by
Tizen 5.5 or higher .NET 6.0.300 & above Yes Samsung

Others

Platform version Version .NET support .NET MAUI support Supported by
Web (WebAssembly) Blazor Blazor No Microsoft
Linux Official Documentation Official Documentation No Microsoft
LG WebOS Unsupported Unsupported No N/A
ROKU Unsupported Unsupported No N/A
PlayStation 5 Unsupported Unsupported No N/A
Amazon Alexa Unsupported Unsupported No N/A
@BurkusCat
Copy link

  1. Are you sure Xbox has .NET Maui support?
  2. WearOS, Android Auto, and Google Assistant say "No" for Maui but say they are supported by Microsoft.

@davidortinau
Copy link

Xbox runs UWP, while .NET MAUI uses WinAppSDK with WinUI3, so that's a "No".

Web is part of the matrix by virtue of Blazor however MAUI controls won't otherwise run on the Web.

AndroidWear, tvOS, and CarPlay work on .NET 6.

@BillyMartin1964
Copy link

@davidortinau , sure hope you change that. I have several XBox apps I need to bring over from XF.

@vhugogarcia
Copy link
Author

vhugogarcia commented May 14, 2022

The data has been updated to reflect the feedback from Twitter and Discord provided officially by the community & Microsoft's Team.

Thanks all for the help clarifying the information.

@BillyMartin1964
Copy link

Thanks for the update. Seems like another case of Microsoft not supporting its own products. Insane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment