Pricing folded into the authorization moment (v1.64.19.0)#49
Merged
Conversation
…ule endpoint pinned Free-or-paid (and the price) is a launch decision the agent never defaults silently — asked once per app inside the existing authorization question, persisted to the decision store, never re-asked. Paid answers surface the Paid Apps banking/tax agreement up front. Pricing executes through POST /v1/appPriceSchedules; fastlane's price_tier is broken against the current ASC API (live-verified on the nimbus release). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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.
Pricing (free or paid + price) settled inside the existing authorization question, once per app, decision-store persisted; two-interaction budget unchanged. Paid answers name the banking/tax agreement up front. Pricing executes via POST /v1/appPriceSchedules — fastlane price_tier is broken vs the current ASC API (live-verified on nimbus 1.0.0). test:gstack2 green, parity 4359.
🤖 Generated with Claude Code
Summary by cubic
Pricing is now decided inside the existing authorization moment: we ask free or paid (and the price) once per app and persist it, so repeat releases stay zero-question and the two-interaction budget holds. We apply pricing via App Store Connect
POST /v1/appPriceSchedules, stop usingfastlaneprice_tier(broken), and surface the one-time Paid Apps banking/tax agreement up front for paid apps.Written for commit 01871fe. Summary will update on new commits.