Integrating google+ api in iphone project

自作多情 提交于 2020-01-06 11:24:23

问题


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.


回答1:


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.




回答2:


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




回答3:


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




回答4:


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



来源:https://stackoverflow.com/questions/7555268/integrating-google-api-in-iphone-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!