Trey t
b99c25d8f6
feat(sync): add background task system for nightly CloudKit sync
Add BGTaskScheduler-based background sync for keeping local data fresh:
- BackgroundSyncManager: New singleton managing background tasks
- BGAppRefreshTask for periodic CloudKit sync (system-determined frequency)
- BGProcessingTask for overnight sync + database cleanup (2 AM)
- Auto-archives games older than 1 year during cleanup
- Info.plist: Added BGTaskSchedulerPermittedIdentifiers
- com.sportstime.app.refresh (periodic sync)
- com.sportstime.app.db-cleanup (overnight processing)
- SportsTimeApp: Integrated background task lifecycle
- Register tasks in init() (required before app finishes launching)
- Schedule tasks after bootstrap and when app enters background
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 18:36:35 -06:00
..
2026-01-08 20:20:03 -06:00
2026-01-13 13:16:40 -06:00
2026-01-13 18:36:35 -06:00
2026-01-09 10:30:09 -06:00
2026-01-13 18:27:56 -06:00
2026-01-13 18:27:56 -06:00
2026-01-13 18:27:56 -06:00
2026-01-08 11:31:04 -06:00
2026-01-08 20:20:03 -06:00
2026-01-12 11:04:52 -06:00
2026-01-12 20:36:36 -06:00
2026-01-08 13:25:27 -06:00
2026-01-08 13:25:27 -06:00
2026-01-11 22:22:29 -06:00
2026-01-08 20:20:03 -06:00
2026-01-12 09:24:33 -06:00
2026-01-08 20:20:03 -06:00
2026-01-08 20:20:03 -06:00
2026-01-13 13:16:40 -06:00
2026-01-12 22:43:33 -06:00
2026-01-08 20:20:03 -06:00