0.4.2
What's Changed
- Android: Fixed
ageLowerandageUpperto read actual values from Google Play Age Signals API- Previously these fields were hardcoded to
null, now they correctly return age range values for supervised users - Age ranges are returned as integer bounds (e.g.,
ageLower=13,ageUpper=15for a 13-15 age band) - Values are
nullfor verified users (18+) as expected
- Previously these fields were hardcoded to
- iOS: Simplified plugin implementation
- Example App: Added iOS warning explaining that example app cannot run DeclaredAgeRange API without proper entitlement
- Documentation: Updated README to accurately document mock data behavior (returns supervised_13_15 by default, not verified)
Full Changelog: 0.4.1...0.4.2