๐ก๏ธ lifecycle_guard_ios
The iOS implementation for mission-critical background execution.
This package provides the iOS-specific implementation of lifecycle_guard. It utilizes BGTaskScheduler to ensure tasks are given execution time even when the app is in the background or suspended.
๐ฌ Demo
Watch iOS bridge to native background task schedulers.
๐ iOS Specifics
- BGTaskScheduler: Integrates with Apple's official background task management.
- Background Processing: Requests dedicated background time for critical data sync.
- Budget-Limited: Subject to iOS background execution time budgets.
๐ Usage
This is an Implementation package. App developers should use the main lifecycle_guard package.
๐ License
BSD 3-Clause License โ see LICENSE for details.
Built with โค๏ธ by Crealify ยท Open to collaborate ยท PRs welcome