Replies: 2 comments 3 replies
-
I believe that Windows AOT will be available in Windows App SDK 1.6 (https://learn.microsoft.com/en-gb/windows/apps/windows-app-sdk/preview-channel#native-aot-support-1), MAUI currently uses 1.5. There is an open PR for bumping WASDK to 1.6 in MAUI here #24266 (draft!) but it's only for .NET 9. Though, you can probably achieve the same thing for .NET 8 with some work. So the answer is "not yet", I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
I will try to make it working, or at least start to try it in .NET 9 preview. |
Beta Was this translation helpful? Give feedback.
-
We have an app published for Android and IPhone.
Now we want to publish for Windows Store but we noticed that the native compilation is not supported for that platform, the result is a package where you can just decompile all the IL code in just 3 seconds and have it clear and complete ready to use.
Native code is much more difficult to re-engineering.
So, I want to understand if there is a way to publish to Windows Store a MAUI App compiled to native code, someone can point me to a solution?
Thanks in advice
Beta Was this translation helpful? Give feedback.
All reactions