在 iPhone 中获取 Gmail 联系人。?
我是 iPhone 编程的新手。我需要将我的 Gmail 联系人导入到我的应用程序中。我已使用 gdata api 成功完成了身份验证。我如何使用这个 api 将我的 Gmail 联系人导入到我的应用程序中。任何人都可以帮助我..
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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对 Objective-c 使用 GData。
您需要从Google代码进行只读签出,命令是 -
svn checkout gdata-objectivec-client.googlecode.com/svn/trunk gdata-objectivec-client-read-only
check < a href="http://code.google.com/p/gdata-objectivec-client/source/checkout" rel="nofollow">这个。 获取结账说明。
这篇文章也帮助了我 - 如何使用 来自 iOS 的 Google API
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
当我遇到这个问题时,这两个教程确实对我很有帮助。
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/
希望有帮助! :)
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! :)