What is a parental gate, and why every kids app needs one
You hand the phone to your 4-year-old. They tap. Two minutes later you find them in the in-app store about to "buy" three coin packs. A parental gate is what should have stopped them before they got there.
Here's the short version: a parental gate is a quick check the app puts in front of any action a child shouldn't be able to take alone — buying, opening a link, changing settings. Done right, it's a 5-second math problem. Done wrong, it's a checkbox that says "I am over 13" and a kid clicks it.
What a parental gate looks like (done right)
The Google Play Families Policy describes the standard mechanism: a brief task that a child under 7 cannot pass without help, but an adult finds trivial. The most common implementations:
- Simple arithmetic: "9 + 7 = ?" with three answer choices. KidSpin uses this — picked because Pakistani-curriculum kids learn this by age 7-8, our target ceiling.
- Multi-step gesture: "Press and hold for 3 seconds." Works but easy for a determined 5-year-old.
- Reading a multi-syllable word: "Type: TELESCOPE". Strong but harder on Urdu / Arabic keyboards.
- Date-of-birth confirmation: "Tap the year you were born." Weakest — kids learn this fast.
Where a parental gate must appear
Google requires gates in front of these surfaces in any Designed-for-Families app:
- In-app purchases — every single purchase screen.
- External links — opening a browser, social media, the Play Store itself, anything that leaves your app.
- Settings that affect cost or privacy — notifications, ad personalization, data export.
- Marketing or promotional content outside the app — newsletter signups, follow-us-on-Instagram nudges.
Red flags: apps doing it wrong
- An app where tapping a "Get more stickers" button immediately opens the Play Store purchase sheet. No gate. Fail.
- An app whose "gate" is an "I am over 13" checkbox. That's a self-attestation, not a gate. Fail.
- An app whose gate appears in front of in-app purchase but NOT in front of an external link to YouTube. Half-gated. Still a fail.
- An app with social-login signup (Google / Facebook / Apple) on a children's product. Massive red flag. Google's Families Policy doesn't permit social logins on child-directed apps.
The 30-second audit you can run on any kids app
- Install the app.
- Find the in-app purchase button (usually a "Pro", "Premium", "Unlock", "Remove ads" CTA).
- Tap it. Does a math/gesture/word check appear before the purchase sheet? If yes, pass.
- Find any external link (rate the app, follow us, visit website). Tap. Same question.
- Open Settings. Same.
If any of those three surfaces opens the purchase or browser without a gate, the app violates Google's Families Policy. You can — and should — report it via the Play Store listing's "Flag as inappropriate" link. Even better, find an alternative app.
What KidSpin does
Every Settings screen, the Bonus Pack purchase, and every external link sit behind a math-problem gate ("9 + 7 = ?", three answer choices). The math is randomly generated per gate so a child can't memorise the answer. The gate appears in the app's current language — English or Urdu — so a Pakistani parent isn't confused by a question in the "wrong" script.
Inside the gate code, we also make sure the wrong-answer flow is friendly: a 4-year-old who taps wrong sees a gentle "Ask a grown-up to help" message, not a scary error. That detail keeps the gate from feeling like a punishment for being a child.
The bigger picture
Parental gates are the canary in the coal mine for whether a kids app respects children. An app that bothered to implement a real gate also probably bothered to disable rewarded ads, tag for child-directed treatment, and skip the social-login trap. An app that didn't bother to gate its IAP almost certainly cut corners elsewhere.
When you're choosing a learning app for a 3-7 year old, the gate audit is the fastest 30 seconds you can spend. If the app passes, you can usually trust the rest of its compliance posture.
Sources
- Google Play Families Policy — support.google.com/googleplay/android-developer/answer/9893335
- US Children's Online Privacy Protection Act (COPPA) — ftc.gov
- UK Age-Appropriate Design Code — ico.org.uk