iOS apps can perform important work even when you are not actively using them. This skill helps you schedule and run tasks like fetching fresh data or cleaning up old files. It covers the BackgroundTasks framework, background URLSession, and push notifications.
You will learn how to set up your app's Info.plist file and register task handlers. Important terms like BGAppRefreshTask for short tasks and BGProcessingTask for longer ones are explained. The skill also covers expiration handling and debugging with simulated launches.
Global
mkdir -p ~/.claude/skills/background-processingProject
mkdir -p .claude/skills/background-processingSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability