Questions tagged [abaddressbook]

The ABAddressBook opaque type provides a programming interface to the Address Book — a centralized database used by multiple applications to store personal information about people. Available on iOS 2.0 or above , and Mac OS X

The ABAddressBook opaque type (whose instances are known as address books) provides a programming interface to the Address Book—a centralized database used by multiple applications to store personal information about people. The Address Book database also supports the notion of a “group” containing one or more persons. People may belong to multiple groups, and groups may also belong to other groups.

The ABAddressBook opaque type provides functions for creating references to the Address Book database, saving changes, discarding changes, and registering for changes made externally (by other threads or processes) to the database.

812 questions
-4
votes
2 answers

Objective-C Adding Contact to Favorites

I know a new contact can be created in an iOS addressbook. Is there a way to also flag that contact and set it as a 'Favorite' programmatically?
dpigera
  • 3,339
  • 5
  • 39
  • 60
-4
votes
3 answers

app crashes when fetching contact image from ABAddressBook

MY app is crashing when i try to fetching contact image from ABAddressbook the crashing result is due to "Receive memory warning.."
abymathew
  • 115
  • 1
  • 1
  • 11
1 2 3
54
55