我收到“我们现在无法连接到您需要的服务。请检查您的网络连接,或者稍后再试。”在我的Windows 10应用程序上不时执行
user = await MyCloud.AzureClient.LoginAsync(provider, true);有人知道这个错误的根本原因吗?该应用程序连接到互联网,检查应用程序的互联网连接情况。
ConnectionProfile internetConnectionProfile =
NetworkInformation.GetInternetConnectionProfile();发布于 2015-07-22 23:30:15
问题是打电话
LoginAsync(this IMobileServiceClient client, string provider, bool useSingleSignOn)单点登录效果不佳。一切都很好,只要打电话
LoginAsync(this IMobileServiceClient client, string provider)https://stackoverflow.com/questions/31573519
复制相似问题