Family Controls App and Website Usage
A Boolean value that indicates whether the app may, with the person’s permission, access app and website usage information from the current device.
Discussion
You must add this entitlement to your app before you access app and website usage information through the Family Controls and Device Activity frameworks. This includes obtaining the AuthorizationStatus.approvedWithDataAccess authorization status, which lets your app use FamilyActivityData to retrieve the actual bundle identifiers of installed applications, domain names of visited websites, and display names of activity categories. Your app requires explicit authorization from the person before it can access any of this data.
Add this entitlement to your app by enabling the Family Controls App And Website Usage on your target in Xcode. For more information, see Adding capabilities to your app.