Tag: signin ios10

使用Xcode 8 beta 6的Googlelogin不能使用iOS 10 Beta 7

我在应用程序商店有一个应用程序,工作完全正常,直到iOS 10的第几beta(我不完全确定哪一个)。 它也适用于iOS 9.3。 不过,我并没有在iOS 10 beta 7上进行testing,而且谷歌loginfunction已经完全破解。 我正在使用来自cocoapods的最新版本的GIDSignIn 。 这是我的代码: [GIDSignIn sharedInstance].clientID = [[ParseFetcher sharedInstance] getRandomParseK]; [GIDSignIn sharedInstance].delegate = sharedInstance; [GIDSignIn sharedInstance].uiDelegate=sharedInstance; [GIDSignIn sharedInstance].scopes = [NSArray arrayWithObjects:@"https://www.googleapis.com/auth/youtube",@"https://www.googleapis.com/auth/youtube.force-ssl", nil]; [[GIDSignIn sharedInstance] signIn]; 这是它在设备上的外观: 它只是像这样卡住。 如果我点击顶部的刷新button,它会尝试刷新并永久卡在这里。 点击完成button发回我的应用程序。 控制台中没有logging错误。 但是,当我在iOS 10模拟器上运行相同的应用程序, safari view controller甚至不打开。 什么也没有发生。 但是控制台logging下这个长长的冗长的东西,其中以下看起来是最“有用”的东西,但我不知道什么是错的: nw_endpoint_resolver_receive_report [8 i.ytimg.com:443 in_progress resolver (satisfied)] received child report:[8.1 206.248.149.148:443 waiting […]