From c96af90360cff986f140824a9af61f3e8724a04b Mon Sep 17 00:00:00 2001 From: Serkan Aksit <5222368+sekodev@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:24:56 +0300 Subject: [PATCH] Fix build.settings for Declared Age Range entitlement Added entitlements for Declared Age Range in iOS settings and included important notes for App Store Connect. --- markdown/plugin/ageRange/index.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/markdown/plugin/ageRange/index.markdown b/markdown/plugin/ageRange/index.markdown index e83eacdcc..b0110d283 100644 --- a/markdown/plugin/ageRange/index.markdown +++ b/markdown/plugin/ageRange/index.markdown @@ -79,7 +79,7 @@ settings = { iphone = { - plist = + entitlements = { -- Required for Declared Age Range ["com.apple.developer.declared-age-range"] = true, @@ -88,6 +88,14 @@ settings = } `````` +
+
Important
+ +You need to add Declared Age Range as an Entitlement to your project identifiers on App Store Connect and create a new Provisioning Profile. + +
+ + ### Android Requirements **Google Play Store Builds**