gpt4 book ai didi

ios - 如何快速检索 Google Sign iOS 中的用户出生日期和性别

转载 作者:搜寻专家 更新时间:2023-11-01 05:38:49 25 4
gpt4 key购买 nike

我在我的一个应用程序中使用谷歌登录。我找不到检索出生日期和性别的方法。任何人都可以帮忙。这是我使用 swift 的代码 -

 func signIn(signIn: GIDSignIn!, didSignInForUser user: GIDGoogleUser!,
withError error: NSError!) {
if (error == nil) {

// Perform any operations on signed in user here.
let userId = user.userID
let idToken = user.authentication.idToken
let name = user.profile.name
let email = user.profile.email

print(userId)
print(idToken)
print(email)
print(name)
} else {
print("\(error.localizedDescription)")

}
}

最佳答案

您只能访问用户设置为公开的内容。如果用户不想公开此信息,则您无法获得该信息。

仅仅因为我验证了你的申请并不意味着我希望你看到我的地址或在这种情况下我的性别。所以我不会将它们公开,您看不到它们。

关于ios - 如何快速检索 Google Sign iOS 中的用户出生日期和性别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33407330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com