From apple-skills
Provides reference for iOS BackgroundTasks API including BGTaskScheduler for task scheduling, registration, app refresh, and background processing. Lists relevant doc files.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
Search these docs to answer questions about background task APIs.
Implements and debugs iOS background tasks with BGTaskScheduler: registration checklists, expiration handling, task types, simulator testing, and Swift 6 cancellation patterns.
Implements iOS background tasks with BGTaskScheduler: app refresh, processing, continued tasks, URLSession downloads, push notifications, plus Info.plist setup and debugging.
Searches 300,000+ offline Apple developer docs for SwiftUI, UIKit, Foundation APIs, HIG, samples, and Swift evolution proposals in iOS/macOS/visionOS development.
Share bugs, ideas, or general feedback.
Search these docs to answer questions about background task APIs.
Always include:
backgroundtasks-index.md - Framework overview, task typesbgtaskscheduler.md - Task scheduling and registration