mirror of
https://github.com/yattee/yattee.git
synced 2026-02-21 02:09:46 +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.