Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can UWP apps be ported to Windows 7?

Can a Windows 10 app built on the Universal Windows Platform (UWP) be ported back to Windows 7 customers? In particular, one made using XAML?

like image 459
Jim Avatar asked Dec 03 '15 06:12

Jim


People also ask

Does WinUI support Windows 7?

WinUI 3.0 will ship independently of Windows, allowing its features and capabilities to be used on in-market versions of Windows 10. As of today, with Uno Platform WinUI can also run on Windows 7, broadening its reach beyond UWP apps to traditional Win32 applications as well by utilizing WebAssembly.

Is Microsoft killing UWP?

Microsoft continues to baby-step around the obvious, but it has officially deprecated the Universal Windows Platform (UWP) as it pushes the desktop-focused Windows App SDK (formerly called Project Reunion) and WinUI 3 as the future of Windows application development.

Can UWP run on Windows 8?

Compatibility. UWP is a part of Windows 10, Windows 10 Mobile and Windows 11. UWP apps do not run on earlier Windows versions. Apps that are capable of implementing this platform are natively developed using Visual Studio 2015, Visual Studio 2017 or Visual Studio 2019.

Are UWP apps cross platform?

Well this is where the Uno Platform kicks in – the platform today uses UWP as the definition for the cross platform APIs. In essence, the apps you build for Windows using UWP can be taken cross platform to iOS, Android, Web etc by leveraging Uno.


1 Answers

The UWP platform is only available for Windows 10 devices. We can't port it back.

If you want to use it on Windows 7 device. You can make a WPF, which use XAML, the same as UWP. And WPF can run on Window 7. Particular XAML and C# code can be reused.

like image 153
Chris Shao Avatar answered Sep 20 '22 03:09

Chris Shao