Google 或 GooglePlus 登录 iOS 申请

Google or GooglePlus sign in for iOS Application

要求是在 iOS 应用程序中使用 Google Plus 登录。我要问一个电子邮件,名字,姓氏,个人资料照片。

我看到有一个Google Sign In and Google Plus Sign In. But which one should i use? I have also found migration guide from Google+ to Google Sign In。但我没有看到任何关于我是否应该使用一个或另一个,以及人们是否应该迁移到 Google 登录的建议。

请帮我做决定。谢谢

我建议使用Google登录https://developers.google.com/identity/sign-in/ios/

您可以将它用于使用不同范围的两者。在你的情况下,我会使用

"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"

Google Plus 登录需要 Google+ 帐户,而不仅仅是 Google 帐户。