appmigrationkit
Transfer app data to or from other platforms using AppMigrationKit. Use when implementing system-orchestrated one-time migration between iOS and Android or another platform, building an AppMigrationExtension, packaging transportable resources with ResourcesArchiver, importing resources on the destination device, reporting import progress, handling migration errors and app group cleanup, checking MigrationStatus, or testing migration code with AppMigrationTester.
npx skills add dpearson2699/swift-ios-skills --skill appmigrationkit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AppMigrationKit One-time cross-platform data transfer for app resources. Enables apps to export data to or import data from another platform (for example, Android) during device setup or onboarding. AppMigrationKit APIs are iOS 26.0+ / iPadOS 26.0+; the data-container entitlement is iOS 26.1+ / iPadOS 26.1+ / Mac Catalyst 26.1+. Swift 6.3. > **Beta-sensitive.** AppMigrationKit is new in iOS 26 and may change before GM. > Re-check current Apple documentation before relying on specific API details. AppMigrationKit uses an app extension model. The system orchestrates the transfer between devices. The app provides an extension conforming to export and import protocols, and the system calls that extension at the appropriate time. The app itself never manages the network connection between devices. ## Contents - [Architecture Overview](#architecture-overview) - [Setup and Entitlements](#setup-and-entitlements) - [App Migration Extension](#app-migration-extension) - [Exporting Resources](#exporting-resources) - [Importing Resources](#importing-resources) - [Migration Status](#migration-status) - [Progress Tracking](#progress-tracking) - [Testing](#testing) - [Common Mistakes](#common-mi
- Contents
- Architecture Overview
- Setup and Entitlements
- Entitlement
- Extension Target
- App Migration Extension
- Accessing the Data Container
- Exporting Resources
- Declaring Export Properties
- Implementing Export
- Cancellation
- Migration Platform
- Importing Resources
- Error Handling During Import
What does the appmigrationkit skill do?
Transfer app data to or from other platforms using AppMigrationKit. Use when implementing system-orchestrated one-time migration between iOS and Android or another platform, building an AppMigrationExtension, packaging transportable resources with ResourcesArchiver, importing resources on the destination device, reporting import progress, handling migration errors and app group cleanup, checking MigrationStatus, or testing migration code with AppMigrationTester.
How do I install it?
Run `npx skills add dpearson2699/swift-ios-skills --skill appmigrationkit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From dpearson2699/swift-ios-skills, a repository with 963 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.