RHAddressBook icon indicating copy to clipboard operation
RHAddressBook copied to clipboard

A Cocoa / Objective-C library for interfacing with the iOS AddressBook.

Results 24 RHAddressBook issues
Sort by recently updated
recently updated
newest added

I sync my google contact with my phone book id and display all the contact in the phonebook. How Can I bifurcation of which is my google contact and others?...

– adds podspec file based on https://gist.github.com/heardrwt/1ed602417c7d3b9daa96. – unify duplicates records if the contact exists in multiple sources, see http://stackoverflow.com/a/11480352/255463 and #33.

It looks like the example is too old to be used. Can you please update the example & README to use ARC?

The latest version of RHAddressBook listed in Cocoapods is 1.1.1, which is problematic to use with Swift due to no NS_ENUM being used. https://github.com/CocoaPods/Specs/tree/master/Specs/RHAddressBook

EXC_BAD_ACCESS Happen when I do [person setImage:image]; and then [addressBook save]; crash is on -(BOOL)hasUnsavedChanges{ in RHAddressBook.m (line 1055), v1.1.1 any ideas?

(My English is poor,sorry.) In my application,I used your RHAddressBook,thank you very much. But when convert RHPerson to NSData,I found that it's not feasible,Does it support NDCoding?Waiting for your reply,thank...

In my application,my address book has more than 5000 contacts. I use RHAddressBook to get groups and then let the tableview to show the groups.But sometimes when i click one...

/.../RHAddressBook/RHAddressBookSharedServices.m:122:13: Comparison of function 'ABAddressBookCreateWithOptions' not equal to a null pointer is always true this comes from such blocks as: ``` #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 60000 if (ABAddressBookCreateWithOptions != NULL){ ......

While playing around with RHAddressBook for an app i'm working on, I noticed that the `people` method in _RHAddressBook.m_ will return duplicates if the contact exists in multiple sources. This...

Thread : Crashed: backupQueue 0 libsqlite3.dylib 0x0000000197836028 (null) + 16096 1 libsqlite3.dylib 0x0000000197835f58 (null) + 15888 2 libsqlite3.dylib 0x00000001978b16bc (null) + 297900 3 libsqlite3.dylib 0x000000019782aeb0 (null) + 32088 4 libsqlite3.dylib...