Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

Background Processing

Schedule and execute background work on iOS using BGTaskScheduler. Use when registering BGAppRefreshTask for short background fetches, BGProcessingTask for long-running maintenance, BGContinuedProcessingTask (iOS 26+) for foreground-started work that continues in background, background URLSession downloads, or background push notifications. Covers Info.plist configuration, expiration handling, task completion, and debugging with simulated launches.

majiayu000 3a61178 2 files · 16.5 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/background-processing commit 3a61178c97

Frequently asked questions

npx skillmds add majiayu000/background-processing