HardwareIdentification.GetPackageSpecificToken API changed in Windows 10
I am using HardwareIdentification.GetPackageSpecificToken in my application. See the following resource:
https://msdn.microsoft.com/en-us/library/windows/apps/JJ553431.aspx
Now, Windows.System.Profile is no longer available in the new Windows SDK 10240. Any idea where I can find it now?
+3
source to share
1 answer
It is only available for the Desktop and Mobile device families. (See https://msdn.microsoft.com/en-us/library/windows/apps/windows.system.profile.hardwareidentification.getpackagespecifictoken.aspx )
So, you need to add the extension SDK. You can do this using a link manager. See detailed description of how to add extension SDK: Windows 10 Mobile - cannot hide status bar (StatusBar does not exist in context)
+3
source to share