gpt4 book ai didi

windows-phone-8 - 在 Windows Phone 8.1 中获取 ANID2

转载 作者:行者123 更新时间:2023-12-02 03:35:35 24 4
gpt4 key购买 nike

我在WP8中使用了这个方法来获取用户属性:

object userHashId;
UserExtendedProperties.TryGetValue("ANID2", out userHashId);
_userId = userHashId.ToString();

msdn link

但我在 Windows Phone 8.1 中找不到这些。有没有新的 API?,或任何替代方案。

最佳答案

据我所知,在 WinRT 应用程序下是不可能的 - 您提供的链接仍然适用于 WP8.1 Silverlight 应用程序 - 那么我怀疑您正在尝试在 WinRT 下开发 - API Reference .

您可以从 here 阅读更多内容, 还有 here at SOthis article .

正在关注 this answer , 也许下面的代码可以帮到你:

HardwareToken myToken = HardwareIdentification.GetPackageSpecificToken(null);
IBuffer hardwareId = myToken.Id;

还有一个Guidance on using the App Specific Hardware ID (ASHWID) to implement per-device app logic .

关于windows-phone-8 - 在 Windows Phone 8.1 中获取 ANID2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23647290/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com