alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

sir please help how to merge the duplicate record in address book in ios #36

Closed praveen710 closed 11 years ago

jmay commented 11 years ago

Praveen- iOS does not provide a built-in function for merging duplicates. If you have multiple sources configured (e.g. you've connected your Facebook book), then you can Link Contacts across services, and iOS does try to do that for you.

Some of the third-party contact management apps might do this. Here's a review of OneContact: http://www.blogsdna.com/20385/find-and-merge-duplicate-contacts-in-iphone-with-onecontact.htm

praveen710 commented 11 years ago

thank u sir .....for suggest me

praveen710 commented 11 years ago

sir plese help me i am not able to working this functionality merge duplicate contact in iphone please give me any source code

jmay commented 11 years ago

Sorry, as I said above iOS does not provide this, and I am not aware of any open-source libraries for this. You might check http://stackoverflow.com/ to see if anyone else is working on this problem. I encourage you to implement a solution and contribute such a feature back to this gem!