Where asc wins
The road from source code to uploaded binary: archiving, exporting, code signing, notarization, certificates and profiles, build upload, Xcode Cloud triggers, CI recipes. If the job ends when the binary is on Apple's servers, asc is excellent and free.
Where MetaRun wins
Everything after the build exists: pricing across 175 territories on affordability indexes, listings in every locale, a screenshot studio that renders and publishes, releases and submission, reviews, ASO tracking, AI-assistant visibility, an AI operator, and background automation. Every write previews first and is revertible from history.
The correct setup
asc uploads the build; MetaRun attaches it, sweeps what would block submission, and submits. Our release-handoff skill teaches a coding agent exactly this handoff. Running both is not a compromise; it is the correct architecture.
01 · Briefing
The real difference is architectural, not feature count
asc is a local process. That is its strength: it can drive Xcode, touch the keychain, sign binaries, and upload gigabytes, because it lives on your Mac. It is also the boundary: a local process acts only while a machine holding your private key is awake, online, and invoking it. The key itself is store-wide, does not expire, and must be provisioned onto every machine and CI runner that automates anything.
MetaRun is the other architecture. Your App Store Connect key is uploaded once and held envelope-encrypted on the server; everything else authenticates with narrow, revocable tokens. That single decision is what makes the rest possible: background monitoring, scheduled publishing, a change history with undo, a web dashboard, and an AI operator that can act on your behalf without your laptop open. None of that is a feature a CLI could add; it is what being hosted means.
02 · Briefing
What asc does better, stated plainly
Everything between your source code and an uploaded binary. MetaRun does not archive, export, sign, notarize, or upload builds, and does not manage certificates, provisioning profiles, or bundle identifiers. A browser-based platform structurally cannot do those things well, and pretending otherwise would make this page worthless. asc also covers Apple Ads campaign management and Xcode Cloud triggering, which MetaRun today does not.
If your entire need is 'scriptable API access from my Mac and CI, free', asc is the right tool and you should use it.
03 · Briefing
What the hosted architecture buys you
Safety that survives automation. MetaRun's writes are preview/apply pairs: the preview computes the exact before/after and mints a confirm token over it; the apply re-validates and rejects if the store changed underneath. A script, an agent, or a tired human at 2am physically cannot skip the look-before-write. Every applied change is recorded with its source, and most are revertible in one tap: a wrong bulk reprice is an undo, not an incident.
Work that happens without you. The ASO Sentinel scans tracked keywords and rival listings in the background and files findings. Promotional text can be scheduled and publishes itself. These are impossible for any tool whose credentials live on your laptop, which is why no local CLI offers them.
Depth on the store side. Repricing 175 territories on a purchasing-power index with tier snapping, editing every locale side by side, rendering localized screenshot sets server-side and publishing them in order, managing subscription offers across the customer lifecycle: these are engines with judgment encoded, not endpoint wrappers.
04 · Briefing
The correct setup uses both
Let asc (or fastlane, or Xcode Cloud) own the build: archive, sign, upload. The moment the build lands in App Store Connect, MetaRun takes over: attach it to the version, run the readiness sweep that names every blocker per language, stage what is missing, and submit with an explicit acknowledgment. Our open-source release-handoff skill teaches a coding agent this exact sequence, so 'the build is up, ship it' is one sentence in your IDE.
There is no lock-in tax in this split: asc stays free and yours, MetaRun's writes are all previewed and revertible, and your listing data is exportable in the fastlane deliver format either way.