I want to retrieve OS edition like "Windows 10 Home" or "Pro" etc in UWP application (Universal Windows Platform). Is there any method to get this done.
Thanks in Advance.
This isn't currently available in a UWP app unless you use the desktop bridge and AppServices to communicate with an traditional Win32 app that can access this.