0.5.0
What's Changed
-
Android: Added
mockDataparameter for customizable testing- New
AgeSignalsMockDataclass allows testing different scenarios - Uses Google's official
FakeAgeSignalsManagerfromcom.google.android.play.agesignals.testingpackage - Can customize status, age ranges, and installId for testing
- Defaults to supervised user (13-15) for backward compatibility with existing tests
- New
-
Documentation: Major updates and improvements
- Added Texas SB 2420 federal court injunction notice (December 23, 2025)
- Comprehensive testing documentation for both platforms
- Clarified that
mockDatais Android-only (iOS has no official testing utilities from Apple) - Updated README with accurate testing requirements and platform-specific limitations
- Improved example app comments to explain platform differences
-
iOS: No changes
- Continues to ignore
useMockDataandmockDataparameters (same as 0.4.2) - Apple does not provide testing utilities for DeclaredAgeRange API
- iOS testing requires real iOS 26.2+ devices with actual Apple IDs
- Continues to ignore
Full Changelog: 0.4.2...0.5.0