Windows 10中更改了HardwareIdentification.GetPackageSpecificToken API

时间:2015-07-30 23:55:18

标签: uuid windows-store windows-10

我在我的应用中使用了HardwareIdentification.GetPackageSpecificToken。请参阅以下资源:

https://msdn.microsoft.com/en-us/library/windows/apps/JJ553431.aspx

现在,新的Windows SDK 10240中不再提供Windows.System.Profile了。现在我可以在哪里找到它?

1 个答案:

答案 0 :(得分:3)

它适用于设备系列"桌面"和"移动"只要。 (见https://msdn.microsoft.com/en-us/library/windows/apps/windows.system.profile.hardwareidentification.getpackagespecifictoken.aspx

因此您必须添加扩展SDK。您可以使用Reference Manager执行此操作。 请在此处查看有关如何添加扩展SDK的详细说明: Windows 10 Mobile - cannot hide status bar (StatusBar doesn't exist in context)