Search code examples
c#windows-phone-8

Get windows operating system version in windows phone8


I want to get Operating System name and version of windows phone using C#. I am trying System.Environment.OSVersion but it says OSVersion not found in System.Environment


Solution

  • System.Environment.OSVersion will not work in Windows 8.1, because win 8.1 has many several versions. I think they will fix this bug when release newer versions.