You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Age Range plugin provides access to Apple's Declared Age Range framework (iOS 26.0+) and Google's Age Signals API (Android) for age verification and parental control management. This plugin helps apps comply with age-related regulations including state laws requiring parental consent for minors.
12
+
The Age Range plugin provides access to **Apple’s Declared Age Range framework** (iOS 26.0+), **Google’s Age Signals API** (Android), and **Amazon’s GetUserAgeData API** (Amazon Appstore / Fire OS) for age verification and parental control management. This plugin helps apps comply with age-related regulations including state laws requiring parental consent for minors.
13
13
14
14
### Platform Differences
15
15
@@ -20,13 +20,20 @@ The Age Range plugin provides access to Apple's Declared Age Range framework (iO
20
20
- Provides detailed parental control information
21
21
- Supports PermissionKit for communication and update approvals
22
22
23
-
**Android**
23
+
**Android (Google Play)**
24
24
- Uses Google Play's Age Signals API
25
25
- Integrates with Family Link supervision
26
26
- Returns age ranges for supervised users
27
27
- Checks approval status through Play Console
28
28
- Limited real-time permission support
29
29
30
+
**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
36
+
30
37
## Syntax
31
38
32
39
local ageRange = require("plugin.ageRange")
@@ -80,10 +87,17 @@ settings =
80
87
81
88
### Android Requirements
82
89
90
+
#### Google Play Store Builds
83
91
Ensure Google Play Services is up to date. The Age Signals API requires:
84
92
- Google Play Store installed and enabled
85
93
- Google Play Services 22.0.0 or later
86
94
95
+
#### Amazon Appstore / Fire OS Builds
96
+
The Age Range plugin supports Amazon’s GetUserAgeData API on Fire OS devices and any Android device running the Amazon Appstore. Requirements include:
97
+
- Fire OS device or Android device with Amazon Appstore installed
98
+
- Amazon Kids child profile for supervised age range data (otherwise age range may be unavailable)
99
+
- For testing: install the Amazon App Tester or publish your app to the Amazon Appstore
0 commit comments