0

Is there Google API for iPhone out yet? And if YES, how can i integrate within my application.

Thanks in advance.

Pratik Mistry
  • 2,905
  • 1
  • 22
  • 35
  • Check this http://stackoverflow.com/questions/7555268/integrating-google-api-in-iphone-project – Jhaliya - Praveen Sharma Oct 19 '11 at 07:11
  • I'm voting to close this question as off-topic because we're not a code writing service. You should make a best effort attempt to solve your problem yourself, then ask a question when you have a specific issue. See [ask] and [faq] – James Webster Oct 12 '15 at 14:01

3 Answers3

4

This was already answered on SO, see Is there already a Google+ API?.

Basically, go to http://developers.google.com/+/

Community
  • 1
  • 1
Pål Brattberg
  • 4,568
  • 29
  • 40
2

Use this command to anonymously check out the latest Google SDK project source code for Objective C:

svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ 
Azeem Shaikh
  • 892
  • 7
  • 17
0

The Google APIs Client Library for Objective-C includes support for the Google Plus API and other JSON APIs. The project includes an introduction to using the library.

grobbins
  • 1,564
  • 1
  • 8
  • 6