[FINAL] API Changes#13
Merged
Merged
Conversation
AlvaroBrey
added a commit
that referenced
this pull request
Jun 15, 2026
macos-executor embeds pipeline.parameters.generate_snapshots / generate_revenuecatui_snapshots in its environment, which don't resolve when the executor is evaluated outside this config's pipeline-parameter scope (e.g. inside the revenuecat/update-error-codes orb job — the #13 merge errored the iOS pipeline with "Unknown variable(s)"). Add macos-executor-external (macos-executor minus that snapshot env) and use it for the update-error-codes job.
AlvaroBrey
added a commit
that referenced
this pull request
Jun 15, 2026
macos-executor embeds pipeline.parameters.generate_snapshots / generate_revenuecatui_snapshots in its environment, which don't resolve when the executor is evaluated outside this config's pipeline-parameter scope (e.g. inside the revenuecat/update-error-codes orb job — the #13 merge errored the iOS pipeline with "Unknown variable(s)"). Add macos-executor-external (macos-executor minus that snapshot env) and use it for the update-error-codes job.
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.
Some API changes and clean up to make React Native integration a little easier.
restoreTransactionsForAppStoreAccount:to take a completion block since it no long relies on the app store queue. Removed delegate methods.updatedPurchaserInfo:that allows force refreshing ofRCPurchaserInfo. Useful if your app needs the latest purchaser info.makePurchase:quantity:.