mirror of
https://github.com/yattee/yattee.git
synced 2026-04-09 17:16:57 +00:00
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.