Contents

CNAuthorizationStatus.limited

The app has access to a limited subset of contacts, chosen by the person using the app.

Declaration

case limited

Mentioned in

Discussion

A person can give your app limited access to their contacts by choosing this option when your app first attempts to authorize for accessing contacts. Thereafter, the person can maintain the set of contacts exposed to your app by managing them in the Settings app.

Your app can prompt the person to add contacts to the limited-access set by displaying a ContactAccessButton, in association with a search UI your app provides. You can also display a picker to add contacts with the SwiftUI view modifier contactAccessPicker(isPresented:completionHandler:).

See Also

Authorization statuses