I'm trying to use the OneDrive SDK in a background task (Windows Runtime Component) but I get an error when I try to authenticate:
var result = await Authenticator.AuthenticateUserAsync(new[] { serviceTicketRequest }, CredentialPromptType.PromptIfNeeded)
Error I get: The request is not supported. (Exception from HRESULT: 0x80070032)
I have posted this query on the MSDN forum here.
Are you using Xamarin by any chance? In that case the crasch is the result of a bug when trying to debug a 64 bit process.