Google Play Store v51.7: Как новые функции обнаружения и ценообразования меняют вашу стратегию ASO


Apple activates App Store age verification in Texas under SB 2420 on June 4, 2026. Learn the 4 required APIs, parental consent rules, and ASO impact.

Apple has officially activated App Store age assurance for Texas Apple Accounts in response to Texas Senate Bill 2420 (SB 2420), which takes effect on June 4, 2026. The rollout follows the Fifth Circuit's decision to stay a federal injunction that previously blocked the law, forcing Apple to switch on age-range signals, parental consent flows, and a new set of compliance APIs for every developer distributing apps to Texas users.
For app developers and growth teams, this is more than a regional regulatory headline — it is the first U.S. state-level enforcement of age assurance that materially changes how minors discover, download, and re-engage with apps. Below is a practical breakdown of what changed, what Apple now requires of you, and how to keep your conversion funnel, ASO strategy, and retention loops healthy under the new rules.
Texas SB 2420 (the "App Store Accountability Act") requires app marketplaces operating in the state to verify the age of account holders and to obtain verifiable parental consent before a minor can download apps or make in-app purchases. Apple confirmed the changes in its official developer announcement after a federal judge's injunction was stayed by the Fifth Circuit Court of Appeals, paving the way for enforcement to begin on June 4, 2026.
In practical terms, Texas residents creating a new Apple Account must now confirm they are 18+. Users under 18 must be enrolled in a Family Sharing group, where a parent or guardian approves every app download, every Apple In-App Purchase, and any "significant change" to a previously approved app. Apple publicly opposed the bill on privacy grounds, warning that "SB 2420 forces users to share personally identifiable data to download any apps, even a simple app for checking weather or sports scores." That opposition aside, the company has now shipped the technical scaffolding developers must integrate.
If you are building a global compliance roadmap, this Texas activation should be read alongside Apple's global expansion of age verification and 18+ app restrictions earlier in 2026 and the prior Texas age assurance preview — together they signal a clear trajectory: age signals are becoming a permanent fixture of the App Store stack.
Apple's developer note centers on four technical building blocks. Each one maps to a distinct compliance obligation and a distinct point of failure in your funnel.
| API / Framework | Purpose | What Developers Must Do |
|---|---|---|
| Declared Age Range API | Retrieves the age category (child, teen, adult) for Texas Apple Accounts. | Gate age-sensitive content, ads, and features based on the returned range — without collecting birthdays directly. |
| Significant Change API (PermissionKit) | Notifies users when an app update introduces a "significant change" that requires re-consent. | Define what counts as significant in your app (new data collection, new content tiers, new monetization), and trigger the prompt. |
StoreKit ageRatingCode |
Exposes a structured age-rating property for your app. | Ensure your declared rating matches actual content and is consistent across App Store Connect, marketing assets, and creatives. |
| App Store Server Notifications | Server-to-server notifications when a parent/guardian revokes consent. | Listen for revocation events, disable entitlements gracefully, and handle subscription state without breaking UX. |
⚡ Expert Tips
ageRatingCode against creatives. If your screenshots, preview video, or app icon imply older content than your declared rating, expect manual review delays — especially in Texas-targeted metadata.
Compliance is the table stakes; the strategic question is what happens to your install funnel. Three shifts are worth modeling now.
Any title rated 12+ or higher will face additional friction: minors need parental approval before the download completes. Industry benchmarks from earlier age-assurance rollouts (notably Utah, Louisiana, and the EU) suggest conversion-rate-to-install can drop 8–20% on minor-heavy titles in the first 60 days. If Texas is a meaningful share of your U.S. installs, segment your dashboards before June 4 so you can isolate the regulatory effect from organic volatility. The May 2026 App Store & Google Play recap covers several adjacent algorithm shifts worth controlling for.
Misaligned age ratings have always risked rejection, but with ageRatingCode exposed via StoreKit and tied to download eligibility, an inflated or deflated rating now directly suppresses your addressable audience. Re-review your rating questionnaire and align it with both Apple's recent guidance and our App Store age rating developer guide.
Because minors must be inside a Family Sharing group to install anything, products that make parental approval easy — clear "ask to buy" messaging, parent-facing previews, transparent permissions — will out-convert peers that ignore the flow. Consider building a dedicated "For Parents" section in your store listing's promotional text and screenshots, mirroring the strategy we explored in the Australia and France regional age ratings update.
Texas is not an outlier. It is the latest beat in a 12-month sequence that includes Utah and Louisiana's developer obligations, Brazil's age-category and loot-box rules, Australia and France's regional age ratings, and the upcoming EU age verification app. The architecture is converging: a platform-issued age signal, a parental-consent layer, and a server-side revocation channel.
For multi-market apps, the most efficient strategy is to build once, configure per jurisdiction. The Declared Age Range API, PermissionKit, and App Store Server Notifications are the same primitives Apple is using to satisfy multiple regulators — so a clean implementation now pays dividends every time a new state or country switches its rules on.
| Date | Milestone | Developer Action |
|---|---|---|
| Now – June 3, 2026 | Implementation window | Integrate Declared Age Range API, Significant Change API, ageRatingCode, and revocation notifications. |
| June 4, 2026 | SB 2420 enforcement begins | All new Texas Apple Accounts subject to age assurance; minors must use Family Sharing. |
| First 30 days post-launch | Conversion monitoring | Segment Texas traffic; benchmark install rate, IAP rate, and revocation events. |
| Ongoing | Significant change reviews | Every release: decide if the update triggers re-consent under your internal policy. |
For app marketers, the temptation will be to view SB 2420 as a legal team problem. That is the wrong frame. Age signals now sit inside the same telemetry layer as attribution, retention, and monetization — and they will quietly reshape benchmarks for any product with a meaningful under-18 audience. The teams that win the next 12 months will be the ones who treat compliance as a growth discipline: instrumented, A/B-tested, and continuously optimized. If you also operate on Google Play, pair this work with the Google Play v51.7 discovery and pricing update review to keep your cross-platform strategy aligned.
Texas SB 2420 takes effect on June 4, 2026. From that date, every new Apple Account created in Texas must complete age assurance, and minors under 18 must be enrolled in a Family Sharing group with verified parental consent.
Yes. The App Store does not let you opt out of a state. If your app is available in the U.S. and a Texas user attempts to download it, your app is expected to honor the Declared Age Range, parental consent, and revocation signals — regardless of your marketing focus.
Apple intentionally leaves this to the developer, but typical examples include adding new data collection, introducing new monetization (subscriptions, loot mechanics, ads to minors), enabling user-to-user communication, or unlocking content tiers above the original age rating. Document your internal definition and apply it consistently.
You will receive an App Store Server Notification indicating the revocation. Your server should disable entitlements gracefully, pause or cancel auto-renewing subscriptions per Apple's guidance, and preserve recoverable user state in case consent is restored later.
Expect added friction, especially for titles rated 12+ and above. Based on earlier age-assurance rollouts in Utah, Louisiana, and the EU, a measurable dip in install conversion is likely in the first 30–60 days. Segment Texas traffic in your analytics and benchmark separately so you can distinguish regulatory friction from organic ASO performance.
Largely, yes. The Declared Age Range API, PermissionKit's Significant Change API, StoreKit ageRatingCode, and App Store Server Notifications form Apple's reusable age-assurance stack. Implementing them well for Texas positions you for Utah, Louisiana, the EU, Australia, France, and Brazil with minimal additional work.
SB 2420 authorizes civil penalties of up to $10,000 per violation, plus potential enforcement action from the Texas Attorney General. Combined with the reputational risk of being flagged as a non-compliant marketplace participant, the cost of inaction far exceeds the engineering cost of integration.
Get FREE Optimization Consultation
Let's Grow Your App & Get Massive Traffic!
All content, layout and frame code of all ASOWorld blog sections belong to the original content and technical team, all reproduction and references need to indicate the source and link in the obvious position, otherwise legal responsibility will be pursued.
Categories
Комментарии
Вы еще не вошли в систему. Пожалуйста, сначала войдите / зарегистрируйтесь.