我尝试根据文档 - iOS implentation 为 iOS 实现 Google 登录.但是应用程序在调用时崩溃并出现错误
[[GGLContext sharedInstance] configureWithError: &configureError];
在我的 App Delegate 的 application:didFinishLaunchingWithOptions 方法中。
错误:-
void validateGoogleSignInWithURLSchemes(NSArray *__strong)() 中的断言失败,googlemac/iPhone/Greenhouse/Source/GGLURLSchemeUtil.m:39
我已将 GoogleService-Info.plist 添加到目标资源中,还添加了 REVERSED_CLIENT_ID 和 Bundle Identifier 的 URL 类型,如文档中所述并引用了 here .
我有什么遗漏或者我应该做些什么来解决这些问题?
Best Answer-推荐答案 strong>
这是由于一个简单的拼写错误。添加 URL 类型时,我在 URL 方案中的 Bundle Identifier 错误。
请建议是否最好删除此问题。我将删除相同的内容。
关于ios - 应用程序在使用带有 AssertionFailure 的 iOS 版 Google 登录时崩溃,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/30843628/
|