WebAuthenticationBroker NotImplementedException

时间:2016-07-24 07:13:23

标签: raspberry-pi windowsiot windows-iot-core-10

我一直在测试RPI 3上的Windows IoT核心,我正在使用内部预览,构建10.0.14376.0

为了实验,我把我们的UWP应用程序放到了RPI上。出乎意料的是,

WebAuthenticationBroker.AuthenticateAsync(...); 

抛出NotImplementedException(!!)

我在documentation中看不到任何内容,表明我不应该在Windows IoT核心上使用此API。我错过了什么吗?还有其他未实现的API吗?

1 个答案:

答案 0 :(得分:1)

根据Windows IoT文档页面,

  
    

Windows IoT Core正在进行中。

  

您可以在https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIColor_Class/#//apple_ref/doc/uid/TP40006892-CH3-SW17的Windows IoT中找到尚未提供的通用API的详细列表。