我收到“我们现在无法连接到您需要的服务。请检查您的网络连接或稍后再尝试。”在执行
时,我的Windows 10应用程序上不时出现user = await MyCloud.AzureClient.LoginAsync(provider, true);
有谁知道此错误的根本原因? 该应用程序已连接到互联网,使用
检查应用程序的互联网连接ConnectionProfile internetConnectionProfile =
NetworkInformation.GetInternetConnectionProfile();
答案 0 :(得分:1)
问题在于调用
LoginAsync(this IMobileServiceClient client, string provider, bool useSingleSignOn)
单点登录无效。只需拨打
,一切正常LoginAsync(this IMobileServiceClient client, string provider)