appstore-deployment

Automate iOS app deployment to App Store Connect via Fastlane, xcodebuild, and altool.

2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/entaku0818/claude-code-settings --skill appstore-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appstore-deployment
Source: https://github.com/entaku0818/claude-code-settings/tree/main/docs/skills/collected/VoiceYourText/appstore-deployment
Command: npx skills add https://github.com/entaku0818/claude-code-settings --skill appstore-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of deploying iOS applications to the App Store Connect, handling everything from metadata updates to binary uploads.

Core Features & Use Cases

  • Metadata Management: Upload app descriptions, keywords, and release notes in multiple languages using Fastlane.
  • Binary Upload: Archive and upload your app builds using xcodebuild and altool.
  • Localization: Manage and update localized content for up to 10 languages.
  • Screenshot Updates: Facilitates the process of updating app screenshots for different devices.
  • Version Control: Streamlines the process of updating version numbers and preparing for new releases.

Quick Start

Use the appstore-deployment skill to upload only the metadata for the VoiceYourText app.

Frequently Asked Questions about appstore-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store deployment with Fastlane and xcodebuild?

App Store deployment is automated by combining Fastlane for metadata uploads with xcodebuild and altool for archiving and uploading binary builds to App Store Connect.

Can I manage multi-language localization for my iOS app during App Store deployment?

Multi-language localization management is supported during deployment, allowing you to upload app descriptions, keywords, and release notes for up to 10 languages.

What is the best way to update app screenshots and version numbers for iOS releases?

Updating app screenshots for different devices and streamlining version number updates are handled as part of the automated release preparation and deployment process.

Does this App Store deployment workflow require any specific dependencies?

This deployment workflow relies on Fastlane for metadata management and xcodebuild with altool for binary archiving, but it operates without additional external dependencies.

How do I upload only metadata to App Store Connect without a new binary build?

Uploading only metadata to App Store Connect can be performed independently using Fastlane, skipping the xcodebuild binary archiving and upload steps.