我試圖使用一個後臺任務(Windows運行時組件)的OneDrive SDK但我得到一個錯誤,當我嘗試驗證:OneDrive SDK和後臺任務WP8.1
var result = await Authenticator.AuthenticateUserAsync(new[] { serviceTicketRequest }, CredentialPromptType.PromptIfNeeded)
錯誤,我得到: The request is not supported. (Exception from HRESULT: 0x80070032)
我已將此查詢發佈在MSDN forum here上。
不,只是使用Windows通用應用程序模板。編譯設置爲任何CPU。 – Yohann