---
title: FamilyActivityData
framework: familycontrols
role: symbol
role_heading: Class
path: familycontrols/familyactivitydata
---

# FamilyActivityData

An interface to a person’s family activity data.

## Declaration

```swift
class FamilyActivityData
```

## Overview

Overview To fetch a person’s family activity data, use installedApplications, visitedWebDomains, or activityCategories based on the type of data you need. Region support, authorization, and entitlement You can develop and test an app that uses this class on devices in any region. Customer installations of your app can only use the class on devices located in the EU that are signed in with an Apple Account with an EU country or region. Your app’s authorization status needs to be AuthorizationStatus.approvedWithDataAccess to use this class. Your app needs the  Family Controls App and Website Usage entitlement to use this class. Enable the capability on your Xcode target to add the entitlement to your app. For more information, see Adding capabilities to your app.

## Topics

### Accessing activity data

- [shared](familycontrols/familyactivitydata/shared.md)
- [activityCategories](familycontrols/familyactivitydata/activitycategories.md)
- [installedApplications](familycontrols/familyactivitydata/installedapplications.md)
- [visitedWebDomains](familycontrols/familyactivitydata/visitedwebdomains.md)
