mirror of
https://github.com/yattee/yattee.git
synced 2026-03-14 04:16:56 +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.