How to get iPhone contacts in iPhone application

人走茶凉 提交于 2019-11-28 02:16:48

问题


I want to get all the iPhone contacts in my iphone application.Is it possible?If so how?Anybody please help me.


回答1:


Apple has a programming guide for the address book framework:

Address Book Programming Guide for iOS

Reference:

  • http://www.iphonedevsdk.com/forum/iphone-sdk-development/61920-losing-imagedata-contact-when-adding-array.html

  • ABAddressBook store values in NSDictionary

  • http://iappdevs.blog.co.in/tag/how-to-get-contact-details-from-iphone-address-book-to-iphone-sdk/

  • iPhone Address Book: How to get a list of only contacts with phone numbers?

  • http://appleresearch.blogspot.com/2008/03/how-to-get-contacts-with-iphone-sdk.html

  • http://forums.macrumors.com/showthread.php?t=449981



来源:https://stackoverflow.com/questions/6674875/how-to-get-iphone-contacts-in-iphone-application

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