Skip to main content
Back to plugins
@capgo/capacitor-android-age-signals
Tutorial
by github.com/Cap-go

Age Signals

Google Play Age Signals API wrapper - detect supervised accounts and verified users

Guide

Tutorial on Age Signals

Using @capgo/capacitor-android-age-signals

Capacitor interface for retrieving Play Age Signals.

Install

bun add @capgo/capacitor-android-age-signals
bunx cap sync

What This Plugin Exposes

  • checkAgeSignals - Request the current Play Age Signals for the active user.

Example Usage

checkAgeSignals

Request the current Play Age Signals for the active user.

import { AgeSignals } from '@capgo/capacitor-android-age-signals';

await AgeSignals.checkAgeSignals();

Full Reference