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

# isEligibleForAgeFeatures

A Boolean value that indicates whether an adult, teen, or child is eligible for age-gated features.

```
var isEligibleForAgeFeatures: Bool { get async throws }
```

## Return Value

`true` if your app is eligible for age-gated features; otherwise, `false`.

## Discussion

Before implementing age-gated features in your app, check whether the person using your app is in a region that requires Age Assurance. For more information, refer to [Next steps for apps distributed in Texas](https://developer.apple.com/news/?id=2ezb6jhj).
Use <doc://com.apple.documentation/documentation/DeclaredAgeRange/AgeRangeService/isEligibleForAgeFeatures> to
determine whether associated laws or regulations may apply to your app based on the person’s location and account settings. This
property returns `true` when your app needs to support Age Assurance for the current user.
In macOS, <doc://com.apple.documentation/documentation/DeclaredAgeRange/AgeRangeService/isEligibleForAgeFeatures> returns `false` because the system doesn’t require Age Assurance for the person or device. However, you can still call `requestAgeRange` in macOS to get the declared age range.

> Throws: ``doc://com.apple.declaredagerange/documentation/DeclaredAgeRange/AgeRangeService/Error/notAvailable`` if it’s 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)