store-submit

Submit iOS and Android app binaries to App Store Connect and Google Play via EAS Submit.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/seungmanchoi/store-deploy-plugin --skill store-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: store-submit
Source: https://github.com/seungmanchoi/store-deploy-plugin/tree/main/skills/store-submit
Command: npx skills add https://github.com/seungmanchoi/store-deploy-plugin --skill store-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submitting app binaries to store platforms (Apple App Store Connect and Google Play) is error-prone and time-consuming. This skill automates the entire submission flow, including validation of credentials and post-submission metadata upload, reducing manual steps and risk of misconfigurations.

Core Features & Use Cases

  • End-to-end submission workflow: build checks, credential validation, and submission to iOS and Android.
  • Post-submission handling: upload of metadata and screenshots via fastlane, with status reporting.
  • Use Case: When releasing an app, trigger a single command to submit the build and attach required metadata across platforms.

Quick Start

Invoke the store-submit skill with your target platform (ios, android, or both) after your build completes to submit the binary and upload metadata.

Frequently Asked Questions about store-submit

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

FAQPage Schema
How do I automate app store submissions to Apple App Store Connect and Google Play?

You can automate app store submissions by using EAS Submit to validate eas.json profiles, handle credentials, deploy binaries, and upload metadata across iOS and Android platforms through a single automated workflow.

How does EAS Submit validate credentials before deploying to the App Store?

EAS Submit validates credentials by checking ASC keys and eas.json submit profiles before deployment, ensuring that App Store Connect and Google Play authentication and configuration are correctly set up to prevent submission failures.

Can I submit app binaries and upload metadata for both iOS and Android at the same time?

Yes, you can submit binaries and upload metadata for both iOS and Android simultaneously by triggering a single command that targets both platforms, handling end-to-end release workflows including post-submission status reporting.

What is the best way to handle post-submission metadata and screenshots for mobile app releases?

The best way to handle post-submission metadata is using fastlane to automatically upload required screenshots and metadata after the binary deployment, providing status reporting to confirm a successful app store deployment.

Do I need to configure eas.json submit profiles before automating iOS and Android app deployments?

Yes, you need to configure eas.json submit profiles beforehand because the automation validates these profiles alongside ASC keys to ensure your iOS and Android app deployment environment is correctly prepared before submission.

Why do automated app store submissions fail when using EAS Submit?

Automated app store submissions fail when eas.json submit profiles are misconfigured, ASC keys are invalid, or required credentials are missing, which is why validating build checks and post-submission steps beforehand is necessary.