Files
yattee/Yattee/YatteeApp.swift
Arkadiusz Fal 357852fbd9 Fix BGTaskScheduler crash by moving registration to App.init()
Apple requires BGTaskScheduler.register() to be called during the app
launch sequence before the run loop starts. Moving it from .onAppear
(too late) to init() prevents the crash on TestFlight builds.
2026-02-19 15:05:23 +01:00

23 KiB