Background & sync
Plugin.Maui.BackgroundTasks
One-time and periodic work on JobScheduler / BGTaskScheduler
Schedules one-time and periodic background work on Android JobScheduler and iOS BGTaskScheduler from a shared MAUI API.
Install
dotnet add package Plugin.Maui.BackgroundTasksPackage ID: Plugin.Maui.BackgroundTasks
Overview
Plugin.Maui.BackgroundTasks wraps Android JobScheduler and iOS BGTaskScheduler behind one MAUI registration so apps can schedule one-time and periodic work without owning two platform schedulers. It is the OS-facing counterpart to Plugin.Maui.JobQueue, which owns durable in-app work items.
Capabilities
- One-time deferred work.
- Periodic background work.
- Android and iOS native schedulers from one registration.
- .NET MAUI
- Background
- JobScheduler
- C#