0
votes

I've been testing Windows IoT core on RPI 3, I am working with insider preview, build 10.0.14376.0

For the sake of experiment I chucked our UWP app onto the RPI. Unexpectedly,

WebAuthenticationBroker.AuthenticateAsync(...); 

throws NotImplementedException (!!)

I see nothing in the documentation that indicates that I should not use this API on windows IoT core. Am I missing something? Are there any other API that aren't implemented yet?

1
your link is brokenJackie

1 Answers

1
votes

Per the Windows IoT doc page,

Windows IoT Core is a work in progress.

You can find a detailed list of Universal APIs that are not yet available in windows IoT from here.