Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion markdown/plugin/ageRange/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ settings =
{
iphone =
{
plist =
entitlements =
{
-- Required for Declared Age Range
["com.apple.developer.declared-age-range"] = true,
Expand All @@ -88,6 +88,14 @@ settings =
}
``````

<div class="guide-notebox-imp">
<div class="notebox-title-imp">Important</div>

You need to add Declared Age Range as an Entitlement to your project identifiers on App Store Connect and create a new Provisioning Profile.

</div>


### Android Requirements

**Google Play Store Builds**
Expand Down