Fetching gmail contacts in iphone.?

假装没事ソ 提交于 2019-12-25 11:54:08

问题


I am a newbie in IPhone programming.I need to import my gmail contacts to my application.I was successfully done the authentication using gdata api. How i can use this api to import my gmail contacts to my application.Can anybody help me..


回答1:


Use GData for objective-c.

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

check this out. for checkout instructions.

Also this article helped me - how to use Google API's from iOS




回答2:


These two tutorials really helped me when I encountered this problem.
1. http://hoishing.wordpress.com/2011/08/23/gdata-objective-c-client-setup-in-xcode-4/
2. http://dipinkrishna.com/blog/2013/07/ios-google-contacts/

Hope it helps! :)



来源:https://stackoverflow.com/questions/9177596/fetching-gmail-contacts-in-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!