mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-26 08:05:52 +03:00
[PR #351] [MERGED] IAP command output handling #462
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#462
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/351
Author: @cursor[bot]
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
cursor/in-app-purchases-sub-resources-3ff8← Head:cursor/iap-command-output-handling-157f📝 Commits (1)
532587fFix IAP update uploads and localization output📊 Changes
6 files changed (+171 additions, -8 deletions)
View changed files
📝
internal/asc/iap_output_test.go(+48 -0)📝
internal/asc/output_core.go(+4 -0)📝
internal/cli/iap/helpers.go(+28 -0)➕
internal/cli/iap/helpers_test.go(+27 -0)📝
internal/cli/iap/images.go(+32 -4)📝
internal/cli/iap/review_screenshots.go(+32 -4)📄 Description
Fixes IAP image/screenshot re-upload logic and adds output handlers for single IAP localization responses.
The IAP image and review screenshot update commands previously failed for existing assets because GET requests do not provide upload operations. The fix now creates a new upload reservation, uploads the file, commits it, and then deletes the old asset. Additionally,
*InAppPurchaseLocalizationResponsewas missing from markdown and table output handlers, causing "unsupported type" errors for create/update operations.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.