.NET 5 WPF application support in IOS and Android

James J 586 Reputation points
2020-12-03T04:12:06.623+00:00

.NET 5 is s unified platform to write code once and run anywhere. If I create WPF application in .NET 5 which can be executed in Android and IOS. Please confirm? If I can not then what is the additional steps needs to be take care.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,681 questions
0 comments No comments
{count} votes

Accepted answer
  1. DaisyTian-1203 11,616 Reputation points
    2020-12-04T02:40:55.857+00:00

    You may not make .NET 5 WPF application executed in Android and IOS.
    .Net core 5 can be installed on Windows, macOS, and Linux, for x86, x64, Arm32, Arm64.The most significant addition for .NET 5.0 is Windows Arm64. So compared to net3.1, it's just more Arm64. For more details about .Net core 5, you can refer to Announcing .NET 5.0
    If you want to create apps that can run in IOS and Android with C# code, you can use Xamarin which let you build native apps for Android, iOS, and macOS using .NET code and platform-specific user interfaces. Looking forward, the .NET 6.0 may come out in November 2021, Xamarin developers can use the unified .NET platform when we release .NET 6.0.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful