整合谷歌+ iPhone项目中的API

发布于 2024-12-06 10:05:10 字数 193 浏览 2 评论 0原文

我正在开发一个应用程序,我必须在其中提供对 google + 登录的支持。我按照此链接下载最新版本的 google +(gdata)api 并将其集成到我的项目中。当我运行它时,它显示 16错误。我添加了 json 文件。现在它显示一些冗余文件的 2 个错误。

请建议我如何解决这个问题或以任何其他方式集成 google + api。 任何帮助将不胜感激。

I am developing an application in which I have to give support for google + login also.i follow this link to download the latest version of google +(gdata)api and I integrated it in my project.When I run it it was showing 16 errors.I added json files.Now it is showing 2 errors of some redundant files.

Please suggest me how to solve this or any other way to integrate google + api.
Any help would be highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

ˇ宁静的妩媚 2024-12-13 10:05:10

用于在 iOS 和 Mac 上使用 Google Plus API 的库是 google-api-objectivec -客户端

它包括使用 Plus API 的示例 Cocoa 应用程序以及 gtm-oauth2用于从 iOS 应用程序登录的库。

The library for using the Google Plus API from iOS and Mac is google-api-objectivec-client.

It includes a sample Cocoa app using the Plus API, as well as the gtm-oauth2 library for signing in from iOS apps.

云之铃。 2024-12-13 10:05:10

看起来您忘记包含一些框架!或者您可能没有为 json 文件设置正确的路径

Looks like you forgot to include some frameworks! Or maybe you haven't set some paths the right way for the json files

靑春怀旧 2024-12-13 10:05:10

您可以在此处查看完整指南和分步 Objective C API 集成

A complete guide and step by step objective c API integration can be seen here

北城挽邺 2024-12-13 10:05:10

对于 Objective C 的 Google Api 客户端集成也有同样的问题。

我不是专家,但写了一个如何集成它的教程,以便有人可以节省时间。可以在此处找到

Had the same issue of integration of Google Api Client for Objective C.

I am not an expert but wrote a tutorial how I integrated it so someone may save time. It can be found here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文