On December 23, 2025, a federal court issued a preliminary injunction blocking Texas SB 2420, finding it likely violates the First Amendment.
Impact on APIs
Google Play Age Signals API:
- Will not return live responses for Texas users
- Age ratings for in-app products can still be provided but won't show in purchase approval flow
Apple DeclaredAgeRange API:
- Implementation for Texas has been paused
Utah & Louisiana Unaffected
The injunction only affects Texas. Laws in Utah (May 2026) and Louisiana (July 2026) are still on track, and both Google and Apple will continue supporting developers for compliance in those states.
Recommendation: Keep the plugin integrated
⚠️ This is a temporary injunction, not a final ruling. Texas can appeal, and the law could become enforceable at any time if:
- The Fifth Circuit reverses the decision
- A final ruling favors Texas
- The injunction is lifted for other reasons
I recommend keeping this plugin in your app to avoid scrambling if enforcement resumes unexpectedly. The plugin gracefully handles cases where APIs don't return data, so there's no downside to having it ready.
What to do
- Continue using
useMockData: true for testing on Android
- Keep your implementation in place - don't remove it
- Prepare for Utah/Louisiana deadlines
References
I'll update the README and monitor the situation.
On December 23, 2025, a federal court issued a preliminary injunction blocking Texas SB 2420, finding it likely violates the First Amendment.
Impact on APIs
Google Play Age Signals API:
Apple DeclaredAgeRange API:
Utah & Louisiana Unaffected
The injunction only affects Texas. Laws in Utah (May 2026) and Louisiana (July 2026) are still on track, and both Google and Apple will continue supporting developers for compliance in those states.
Recommendation: Keep the plugin integrated
I recommend keeping this plugin in your app to avoid scrambling if enforcement resumes unexpectedly. The plugin gracefully handles cases where APIs don't return data, so there's no downside to having it ready.
What to do
useMockData: truefor testing on AndroidReferences
I'll update the README and monitor the situation.