Submit first-time products with the app version; app pricing and availability - #3
Merged
Merged
Conversation
…d availability asc now submits in-app purchases, subscriptions and subscription groups in the same review submission as an app version via the public API, and can set an app's price and availability. - shared/submit-with-products.md: why first-time products need an app version, `versions submit --with-products [--dry-run]`, the step-by-step `review-submissions create / items add / submit` path, and how to fix each refusal reason (content rights, pricing, availability; App Privacy has no public API) - asc-iap, asc-subscriptions: `versions list`, listVersions affordance, first-time submission guidance (also in their descriptions) - asc-appstore-release, asc-appstore-release-local, asc-new-app-release: submit with --with-products (dry run first); new-app-release sets price, availability and content rights from the CLI - asc-availability: `app-availability create`, "not set up" state - asc-check-readiness: readiness is a pre-check; pricing fix command - asc-cli: command index; asc-performance: STORAGE metric category - .gitignore: .DS_Store, .idea/ Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (13)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the skills up to date with asc-cli PRs tddworks/asc-cli#23 to #28.
What changed
shared/submit-with-products.md:asc versions submit --with-products, with a--dry-runfirst.review-submissions create / items add / submitpath.asc. App Privacy has no public API and has to be published in the web page.asc-iap,asc-subscriptions: productversions list, thelistVersionsaffordance, and first-time submission guidance, also added to their descriptions so the skills trigger for it.asc-appstore-release,-local,asc-new-app-release): submit with--with-productsafter a dry run.asc-new-app-releasenow sets price (asc apps prices set), availability (asc app-availability create) and content rights (asc apps update) from the CLI, instead of "web UI only".asc-availability:app-availability create, and the "not set up" state.asc-check-readiness: readiness is only a pre-check, since Apple checks more at submission; the pricing fix is now a command.asc-cli: command index.asc-performance: theSTORAGEcategory..gitignore:.DS_Store,.idea/.Tested
Two runs of the same request, "get my first IAP reviewed", planning only:
asc-iapskill plannedasc iap submiton its own, which Apple rejects for a first IAP.asc versions submit --with-productsafter confirmation.The same flow submitted a real app (version, IAP, subscription group and 2 subscriptions) in one submission.
🤖 Generated with Claude Code