addressbook

Can I get and use the contact picture in my app?

I'm using the address book framework to get all the contacts from my iphone phonebook. Is there any way to get (and use) the contact picture? Thank you. Thomas ...

ldap addressbook

I want to create a ldap address book that utilizes a hierarchy to provide some of the information that would normally be filled for each person. so it would be laid out like this: ou: addressbook o: Toy Company fax: 1-888-555-4646 postalCode: H0H 0H0 l: North Pole ou: reindeer cn: Rudolph...

NSArray problem with addressbook

Hi, I have implemented an addressbook, I don't know what I do wrong, but whenever I select an address my whole app crashes and i receive the error > 2010-10-21 11:57:13.922 ANWB[2989:207] > *** Terminating app due to uncaught exception 'NSRangeException', reason: > '*** -[NSCFArray objectAtIndex:]: > index (0) beyond bounds (0)' > 2010...

Assertion and exception on iPad simulator but not iPhone sim or device!

So I've been working on getting my app ready for iOS 4 and iPhone 4. Installed the latest Xcode and SDK and have been tweaking out graphics, etc. All is working flawlessly except I'm having problems running the app on the iPad simulator. I don't have an actual iPad to test. My app uses an ABUnknownPersonViewController and it crashes whe...

Putting the "+" button on All Contacts

When I call -(IBAction)getContact { ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init]; picker.peoplePickerDelegate = self; // showing the picker [self presentModalViewController:picker animated:YES]; [picker release]; } All Contacts appears with the Cancel button on t...