How to get my Gmail contacts in my iPhone app

I have an application in which I need to find my friend gmail id for my Iphone application. How to import contacts from gmail to iphone application? But I do not know how to do this. Can anyone give you an example. Any help would be appreciated.

+1
source share
1 answer

Use GData for objective-c;

http://code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntroduction

you need to do a read-only check from Google code, the command "svn checkout gdata-objectivec-client.googlecode.com/svn/trunk gdata-objectivec-client-read-only" see in code.google. com / r / GData-ObjectiveC-client / source / statement

+2
source

Source: https://habr.com/ru/post/978072/


All Articles