<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "DeclaredAgeRange",
  "identifier" : "/documentation/DeclaredAgeRange",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Declared Age Range"
    ],
    "preciseIdentifier" : "DeclaredAgeRange"
  },
  "title" : "Declared Age Range"
}
-->

# Declared Age Range

Create age-appropriate experiences in your app by asking people to share their age range.

## Overview

Use the Declared Age Range API to request that people share their age range with your app. For children in a Family Sharing group, a parent or guardian or the Family Organizer can decide whether to always share a child’s age information with your app, ask the child every time, or never share their age information. Along with an age range, the system returns an [`AgeRangeService.AgeRangeDeclaration`](/documentation/DeclaredAgeRange/AgeRangeService/AgeRangeDeclaration) for the age range a person provides.
To use the Declared Age Range API, add the <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.declared-age-range> entitlement to your app by enabling the Declared Age Range capability on your target in Xcode. For more information, see [Adding capabilities to your app](https://developer.apple.com/documentation/xcode/adding-capabilities-to-your-app).

> Important: Data from the Declared Age Range API is based on information declared by an end user, or their parent or guardian, and may be confirmed using a payment method (like a credit card), government ID, or another method. You are solely responsible for ensuring compliance with associated laws or regulations that may apply to your app.

## Topics

### Essentials

  <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.declared-age-range>

[Requesting people’s age range information in your app](/documentation/DeclaredAgeRange/requesting-people-share-their-age-range-with-your-app)

Ask people to share their age range with your app, and tailor features for adults, teens, and children while preserving privacy.

[Implementing age assurance and permissions](/documentation/DeclaredAgeRange/implementing-age-assurance-and-permissions)

Create a significant change flow to inform people about important updates in your app and request age-related permissions.

### Age range requests

[`AgeRangeService`](/documentation/DeclaredAgeRange/AgeRangeService)

A request for the age range of a person
logged onto the current device.

[`DeclaredAgeRangeAction`](/documentation/DeclaredAgeRange/DeclaredAgeRangeAction)

An action that requests a person’s age range.

### Significant change acknowledgment

[`SignificantUpdateAction`](/documentation/DeclaredAgeRange/SignificantUpdateAction)

An action that presents a system sheet for significant app update acknowledgments.



---

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)