<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: 26.4.0 -",
    "macOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeclaredAgeRange",
  "identifier" : "/documentation/DeclaredAgeRange/AgeRangeService/requiredRegulatoryFeatures",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Declared Age Range"
    ],
    "preciseIdentifier" : "s:16DeclaredAgeRange0bC7ServiceV26requiredRegulatoryFeaturesShyAC0F7FeatureOGvp"
  },
  "title" : "requiredRegulatoryFeatures"
}
-->

# requiredRegulatoryFeatures

A set of regulatory features that are required for the person.

```
var requiredRegulatoryFeatures: Set<AgeRangeService.RegulatoryFeature> { get async throws }
```

## Return Value

A set of [`AgeRangeService.RegulatoryFeature`](/documentation/DeclaredAgeRange/AgeRangeService/RegulatoryFeature) values indicating which regulatory requirements apply to the person.

## Discussion

Use this property to determine which regulatory features apply to a person using your app based on their region and account settings. This helps you comply with regional requirements when distributing apps on the App Store. For more information, refer to [Next steps for apps distributed in Texas](https://developer.apple.com/news/?id=2ezb6jhj).

> Throws: ``doc://com.apple.declaredagerange/documentation/DeclaredAgeRange/AgeRangeService/Error/notAvailable`` if the regulatory feature’s service is unavailable.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)