I need to retrieve the following information from the device to be used in a testing and analytics App:
Device Name eg. MyPhone1,
Device Manufacturer eg. Nokia,
Device Processor,
Device Processor Type eg. ARM,
Device RAM,
Device supported networks eg. GSM,HSDPA,LTE,
Device OS eg. Windows,
OS Version eg 8.1,
Device Screen Size eg. 4.7 inch,
Device Screen Resolution eg 1920X1080,
PPI Density eg. 336,
Density Type eg. XHDRI,
Device Model eg. Lumia 920,
Device Build
I have been looking for a solution since over a week but all the code samples/answers I find are related to either WP8 or WP8.1 Silverlight. Please direct me on how I can gather the above information for WINDOWS 8.1 RUNTIME APPS?
I'm using C# and .NET 4.5