1

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..

sai
  • 479
  • 10
  • 30

1 Answers1

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