App safety

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:

Where a parental gate must appear

Google requires gates in front of these surfaces in any Designed-for-Families app:

  1. In-app purchases — every single purchase screen.
  2. External links — opening a browser, social media, the Play Store itself, anything that leaves your app.
  3. Settings that affect cost or privacy — notifications, ad personalization, data export.
  4. Marketing or promotional content outside the app — newsletter signups, follow-us-on-Instagram nudges.

Red flags: apps doing it wrong

The 30-second audit you can run on any kids app

  1. Install the app.
  2. Find the in-app purchase button (usually a "Pro", "Premium", "Unlock", "Remove ads" CTA).
  3. Tap it. Does a math/gesture/word check appear before the purchase sheet? If yes, pass.
  4. Find any external link (rate the app, follow us, visit website). Tap. Same question.
  5. 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.

Try the gate yourself: Install KidSpin. Tap Settings, tap the Bonus Pack purchase, tap any external link. The math gate appears every time. That's the standard you should expect from every kids app you install.

Sources