Technology

Google Expands Play Age Signals API Worldwide by End of 2026

Martin HollowayPublished 2d ago5 min readBased on 9 sources
Reading level
Google Expands Play Age Signals API Worldwide by End of 2026

Google will expand its Play Age Signals API to users worldwide by the end of 2026, with Australia and Canada receiving the API first by mid-August, according to TechCrunch. The global rollout will cover all remaining markets after those initial launches.

The Play Age Signals API lets Android app developers identify younger users and adjust their experience accordingly. The core idea: a developer can learn that a user falls within a certain age range without ever seeing personal details like a date of birth. Parents can share their child's age range directly with apps through Google's Family Link, the company's existing parental-control dashboard. Age ranges are not shared by default; a parent must actively enter that information in Family Link to opt in.

The API was already available in Brazil before the July 2026 global expansion announcement, giving Google a live-market test bed. Family Link already lets parents manage screen-time limits, approve app downloads, and set PIN-based content filters, so the age-range sharing is one more capability within an existing tool rather than a standalone product.

Apple launched its own age-verification tools globally in February 2026. Google's phased expansion brings its developer-facing API to parity across major markets. The two platforms are converging on a similar architecture: the operating system mediates the age signal and shields the underlying personal data from the app requesting it. Think of it as a bouncer checking an ID and telling a bartender only whether someone is over 21, without handing over the ID itself.

Google has been building toward this for over a year across multiple regions and technical approaches. In Europe, Google has an age-assurance tool that uses Credential Manager technology, now available on Android. The company announced Sparkasse as its first national credential partner for EU age assurance, with that solution integrating directly with Android. Google has also opened up zero-knowledge proof technology, which is a cryptographic method that lets a system verify an age range without exposing the underlying credential. In practical terms, a developer can confirm that a user is between 13 and 17 without ever learning who the user is or seeing any document.

For the broader market, Google estimates user ages and notifies users who might be younger than 18 via email and as they use Google products. The company has publicly supported banning personalized advertisements targeting users under 18 as part of age-assurance proposals. In December 2024, Google published developer guidance titled "Four Tips to Help You Build High-Quality, Engaging, and Age-Appropriate Apps" on the Android Developers Blog, noting at the time that it was exploring how the Play Age Signals API could support a range of age-assurance methods to help developers safely confirm user ages.

The rollout sequence matters for Android developers with global user bases. Those serving users in Australia and Canada will need to integrate the API earliest, with the rest of the world following before year-end. Developers already familiar with the Brazilian deployment will find the same API surface; those who have not yet implemented age-assurance logic now have a concrete deadline.

The opt-in design through Family Link is a deliberate trade-off worth examining. It preserves parental control and limits data exposure, but it also means that age-range coverage will depend on how many parents actually enter that information. Apps that rely on the API for compliance with child-safety regulations will receive age signals only for children whose parents have opted in, leaving a gap for users whose age has not been declared. Google's age-estimation and notification mechanisms are designed to partially address that gap, but the effectiveness of the system at scale will depend on adoption rates that are not yet publicly available.

The zero-knowledge proof work and the Credential Manager integration in Europe suggest Google is building a layered architecture: platform-estimated age as a default, parental attestation via Family Link as a stronger signal, and credential-based verification through partners like Sparkasse for jurisdictions that require it. The Play Age Signals API sits as the developer-facing endpoint that abstracts whichever method produced the age range.

For Android developers, the integration point is consistent regardless of the underlying verification method. That abstraction is the practical value of the API, and the global expansion means it will soon be available wherever an app has users.