mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #141] [MERGED] Fix App Store submission by implementing reviewSubmissions API #321
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/141
Author: @cameronehrlich
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/review-submissions📝 Commits (1)
f70fa60Add reviewSubmissions API support for App Store submission📊 Changes
3 files changed (+329 additions, -21 deletions)
View changed files
📝
cmd/submit.go(+39 -21)➕
internal/asc/client_review_submissions.go(+288 -0)📝
internal/asc/client_types.go(+2 -0)📄 Description
Summary
Fixes the broken
asc submit createcommand by implementing support for Apple's newreviewSubmissionsAPI.Problem: The old
appStoreVersionSubmissionsendpoint is deprecated and returns:Solution: Implement the new
reviewSubmissionsAPI which uses a 3-step flow:submitted=trueProduction Testing ✅
Successfully submitted Stitch It 3.0.3 for App Store review:
Files Changed
internal/asc/client_review_submissions.gocmd/submit.gointernal/asc/client_types.goAPI Methods Added
Backwards Compatibility
The
submit cancelcommand tries both APIs:appStoreVersionSubmissionsfor legacy submissionsreviewSubmissionsAPI for newer submissionsChecklist
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.