Files
brave-core/ios/components
Aleksei Seren 1d1e107c5f Migrate DAU last ping date to local state pref (#35385)
The Swift-only lastLaunchInfo preference could not be shared with C++
or Objective-C components, limiting which parts of the codebase could
read or update the DAU last ping date.
The PR stores the date as brave.stats.last_check_ymd in local state
using YYYY-MM-DD string so all platform layers share a single
typed value.
2026-04-13 16:17:03 +01:00
..