I have an app in which I need to fetch my friends gmail id to my Iphone app.how to import contacts from gmail to iphone application? But i don't Know how to do this . Can any one give any example for this. Any help would be appreciated..
Asked
Active
Viewed 2,959 times
1 Answers
2
Use GData for objective-c;
http://code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntroduction
you need to do a read-only checkout from google code, the command is "svn checkout gdata-objectivec-client.googlecode.com/svn/trunk gdata-objectivec-client-read-only" see code.google.com/p/gdata-objectivec-client/source/checkout

AnthonyBlake
- 2,334
- 1
- 25
- 39
-
-
1
-
@sai GData is a framework for connecting to the google api on an iPhone – AnthonyBlake Feb 03 '12 at 10:50