I use "NavigationView" in my project but It works in windows 10 build 16299 or higher so I should use "SplitView" for lower builds. Now I like to know : Is it possible to create a UWP app for different windows 10 builds?
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.
All apps ARE NOT necessarily UWP apps. Windows 8.1 apps do run on Windows 10, just not the other way around. Not every company or indie developer has updated their apps to support UWP. All apps that were previously in the store for Windows Phone 8.1 and Windows 8.1 will still run and be available respectively.
Windows 10 introduced the Universal Windows Platform (UWP), which provides a common app platform on every device that runs Windows. The UWP core APIs are the same on all Windows devices.
The answer to your question is: yes, you can build different versions of your app package that target different ranges of Windows 10 build numbers. For example you can submit a package that targets 16299 and another one for 15063 and below. The Store will then deliver the right package to the user.
However, a better way to accomplish the same result is to make your app adaptive to the OS version, as explained on MSDN here: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-apps
Starting with build 15063 version adaptive code can also be used in XAML, as explained here: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/conditional-xaml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With