gpt4 book ai didi

ios - 适用于 iOS 的 Google OAuth 2.0 没有返回到我的应用程序

转载 作者:行者123 更新时间:2023-11-28 22:25:32 24 4
gpt4 key购买 nike

希望有人能在这里帮助我。

我已经浏览了示例应用程序并阅读了 Google 网站上的所有文档,但我无法返回到我的应用程序。我有一个 URI 问题。

这是示例应用程序中的代码,我复制了它并使用了我自己的应用程序 ID,我还尝试使用 google 给我的 URI,但它没有从 Google+ 应用程序返回到我的应用程序。

    <key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.google.GooglePlusSample</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.google.GooglePlusSample</string>
</array>
</dict>
</array>

控制台中没有出现特别的错误。

如有任何帮助,我们将不胜感激。PS 我知道关于这个问题有几个问题,但他们对我没有任何帮助。

最佳答案

您是否在 Google APIs console 中正确设置了所有内容? ?这应该确定您的应用程序是否与 Google API 项目关联并设置任何深度链接参数。相关部分在以下屏幕截图中:

Setting up a client ID for iOS

特殊的重定向 URI,urn:ietf:wg:oauth:2.0:oob,由 Google+ 客户端插入并通过授权流程,应该在授权流程完成后将用户重定向回您的应用程序,基于您的来自 API 控制台的项目设置。

如果仍然没有帮助,您应该查看 iOS PhotoHunt sample ,因为这显示了另一个集成 Google+ 登录的项目。

关于ios - 适用于 iOS 的 Google OAuth 2.0 没有返回到我的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19127328/

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