---
title: Accessing a person’s contact data using Contacts and ContactsUI
framework: contacts
role: sampleCode
role_heading: Sample Code
path: sample-code/contacts/accessing-a-person-s-contact-data-using-contacts-and-contactsui
---

# Accessing a person’s contact data using Contacts and ContactsUI

Allow people to grant your app access to contact data by adding the Contact access button and Contact access picker to your app.

## Overview

Overview note: This sample code project is associated with WWDC24 session 10121: Meet the Contact Access Button. Configure the sample code project Before running the sample code project in Xcode, select the sample target, then configure it to use your Developer team for signing.

## See Also

### Essentials

- [Accessing the contact store](contacts/accessing-the-contact-store.md)
- [CNContactStore](contacts/cncontactstore.md)
- [NSContactsUsageDescription](bundleresources/information-property-list/nscontactsusagedescription.md)
- [com.apple.developer.contacts.notes](bundleresources/entitlements/com.apple.developer.contacts.notes.md)
