@@ -14,25 +14,28 @@ The Age Range plugin provides access to **Apple’s Declared Age Range framework
1414### Platform Differences
1515
1616** iOS (iOS 26.0+)**
17- - Uses Apple's Declared Age Range framework
18- - Integrates with Screen Time and Family Sharing
19- - Supports custom age gates (13, 15, 18, etc.)
20- - Provides detailed parental control information
21- - Supports PermissionKit for communication and update approvals
17+ * Uses Apple's Declared Age Range framework
18+ * Integrates with Screen Time and Family Sharing
19+ * Supports custom age gates (13, 15, 18, etc.)
20+ * Provides detailed parental control information
21+ * Supports PermissionKit for communication and update approvals
22+
2223
2324** Android (Google Play)**
24- - Uses Google Play's Age Signals API
25- - Integrates with Family Link supervision
26- - Returns age ranges for supervised users
27- - Checks approval status through Play Console
28- - Limited real-time permission support
25+ * Uses Google Play's Age Signals API
26+ * Integrates with Family Link supervision
27+ * Returns age ranges for supervised users
28+ * Checks approval status through Play Console
29+ * Limited real-time permission support
30+
2931
3032** Android (Amazon Appstore / Fire OS)**
31- - Uses Amazon’s GetUserAgeData API
32- - Integrates with Amazon Kids (child profiles)
33- - Returns age range data for supervised child profiles
34- - Supports age verification via Amazon’s content provider system
35- - Use the Amazon App Tester or publish your app in the Amazon Appstore for testing
33+ * Uses Amazon’s GetUserAgeData API
34+ * Integrates with Amazon Kids (child profiles)
35+ * Returns age range data for supervised child profiles
36+ * Supports age verification via Amazon’s content provider system
37+ * Use the Amazon App Tester or publish your app in the Amazon Appstore for testing
38+
3639
3740## Syntax
3841
@@ -90,15 +93,17 @@ settings =
9093** Google Play Store Builds**
9194
9295Ensure Google Play Services is up to date. The Age Signals API requires:
93- - Google Play Store installed and enabled
94- - Google Play Services 22.0.0 or later
96+ * Google Play Store installed and enabled
97+ * Google Play Services 22.0.0 or later
98+
9599
96100** Amazon Appstore / Fire OS Builds**
97101
98102The Age Range plugin supports Amazon’s GetUserAgeData API on Fire OS devices and any Android device running the Amazon Appstore. Requirements include:
99- - Fire OS device or Android device with Amazon Appstore installed
100- - Amazon Kids child profile for supervised age range data (otherwise age range may be unavailable)
101- - For testing: install the Amazon App Tester or publish your app to the Amazon Appstore
103+ * Fire OS device or Android device with Amazon Appstore installed
104+ * Amazon Kids child profile for supervised age range data (otherwise age range may be unavailable)
105+ * For testing: install the Amazon App Tester or publish your app to the Amazon Appstore
106+
102107
103108## Sample Code
104109`````` lua
0 commit comments