Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HardwareIdentification.GetPackageSpecificToken API changed in Windows 10

I'm using HardwareIdentification.GetPackageSpecificToken in my app. See 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?

like image 758
Joris Weimar Avatar asked Dec 03 '25 11:12

Joris Weimar


1 Answers

It's available for device family "Desktop" and "Mobile" only. (See https://msdn.microsoft.com/en-us/library/windows/apps/windows.system.profile.hardwareidentification.getpackagespecifictoken.aspx )

So you have to add an Extension SDK. You can do this using the Reference Manager. See the detailed description how to add an Extension SDK here: Windows 10 Mobile - cannot hide status bar (StatusBar doesn't exist in context)

like image 193
Daniel Meixner Avatar answered Dec 07 '25 15:12

Daniel Meixner



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!