Ios App Store Submit banner
ZestfulPulse ZestfulPulse

Ios App Store Submit

Development community

Description

Claude Code skill for automating iOS App Store submission.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ios-app-store-submit

[πŸ‡ΊπŸ‡Έ English](README.md) | [πŸ‡°πŸ‡· ν•œκ΅­μ–΄](README.ko.md)

![Release](https://img.shields.io/github/v/release/ZestfulPulse/ios-app-store-submit) ![License](https://img.shields.io/github/license/ZestfulPulse/ios-app-store-submit) ![Stars](https://img.shields.io/github/stars/ZestfulPulse/ios-app-store-submit) ![Last Commit](https://img.shields.io/github/last-commit/ZestfulPulse/ios-app-store-submit)

**From automating App Store submission to deciding whether an iOS app is actually ready to submit, and helping recover when review fails.**

`ios-app-store-submit` preserves the existing **Archive β†’ Upload β†’ Submit** workflow while adding evidence-driven Readiness, Apple Review Guidelines, Privacy, and HIG/Design checks before submission.

This is the evolution of ios-app-store-submit, not a new repository. The public release target is **v2.0.0**.

v2 Architecture

![ios-app-store-submit v2 architecture](assets/infographics/ios-app-store-submit-v2-architecture.svg)

v2 preserves the original build, signing, upload, and submission workflow while adding evidence-driven intelligence before and after App Review.

Current Status

Area Status Description
Readiness Core βœ… Technical / Metadata / Reviewability
Safe Auto-Fix βœ… Plan β†’ Apply β†’ Verify β†’ Rollback
Apple Pre-Review βœ… App Review Guidelines preflight
Privacy Intelligence βœ… Permissions, Privacy Manifest, SDK and network evidence
HIG / Design Review βœ… Accessibility, Layout, Localization, Interaction
Rejection Recovery βœ… Rejection β†’ cause β†’ fix plan β†’ verification β†’ reply draft
Closed-loop Resubmission βœ… User-approved, evidence-bound resubmission orchestration

The v2.0.0 release combines all seven phases behind read-only inspection and explicit external-mutation gates.

What Makes It Different?

Traditional submission automation:

Archive β†’ Validate β†’ Upload β†’ Submit

The enhanced workflow:

App Pro