Reputation: 499
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..
Upvotes: 1
Views: 2972
Reputation: 2354
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
Upvotes: 2