asc-submission-health

Solid

Preflight App Store submissions, submit builds, and monitor review status with asc. Use when shipping or troubleshooting review submissions.

DevOps & Infrastructure 832 stars 46 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# asc submission health Use this skill to reduce review submission failures and monitor status. ## Preconditions - Auth configured and app/version/build IDs resolved. - Build is processed (not in processing state). - All required metadata is complete. ## Pre-submission Checklist ### 1. Verify Build Status ```bash asc builds info --build-id "BUILD_ID" ``` Check: - `processingState` is `VALID` - `usesNonExemptEncryption` - if `true`, requires encryption declaration ### 2. Encryption Compliance If `usesNonExemptEncryption: true`: ```bash # If the app should be exempt, patch the local plist helper, rebuild, and re-upload asc encryption declarations exempt-declare --plist "./Info.plist" # List existing declarations asc encryption declarations list --app "APP_ID" # Create declaration if needed asc encryption declarations create \ --app "APP_ID" \ --app-description "Uses standard HTTPS/TLS" \ --contains-proprietary-cryptography=false \ --contains-third-party-cryptography=true \ --available-on-french-store=true # Assign to build asc encryption declarations assign-builds \ --id "DECLARATION_ID" \ --build "BUILD_ID" ``` If the app truly uses only exempt transport encryption, prefer `asc encryption declarations exempt-declare --plist "./Info.plist"` and rebuild instead of creating a declaration that does not match the binary. ### 3. Content Rights Declaration Required for all App Store submissions: ```bash # Check current status asc apps content-rights view --app...

Details

Author
rudrankriyam
Repository
rudrankriyam/app-store-connect-cli-skills
Created
4 months ago
Last Updated
today
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

asc-release-flow

Determine whether an app is ready to submit, then drive the App Store release flow with asc, including first-time submission fixes for availability, in-app purchases, subscriptions, Game Center, and App Privacy.

832 Updated today
rudrankriyam
Web & Frontend Solid

asc-build-lifecycle

Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.

832 Updated today
rudrankriyam
Data & Documents Listed

app-store-submission

Runs the AiGNITE EAS Submit pipeline end to end. Generates privacy policies hosted on contact.aigniteconsulting.ai, produces required screenshots, fills App Store Connect or Google Play metadata from a YAML config, creates the test-reviewer account, and submits to TestFlight or Internal Track. Use this skill whenever the user mentions submitting to the App Store, publishing an app, releasing to TestFlight, pushing to Apple, Google Play submission, or EAS submit, even if they do not name the skill by name.

0 Updated 1 weeks ago
nuwansamaranayake
DevOps & Infrastructure Solid

asc-notarization

Archive, export, and notarize macOS apps using xcodebuild and asc. Use when you need to prepare a macOS app for distribution outside the App Store with Developer ID signing and Apple notarization.

832 Updated today
rudrankriyam
DevOps & Infrastructure Solid

asc-crash-triage

Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.

832 Updated today
rudrankriyam