Update baseline swiftinterface files for fetching-products-with-billing-plans#6773
Merged
Conversation
dd8633d
into
fetching-products-with-billing-plans
5 checks passed
fire-at-will
added a commit
that referenced
this pull request
May 13, 2026
* introduce CompoundProductIdentifierTests * build CompoundProductIdentifier from single string * only request SK product identifiers in ProductsManager.products() * hello world * old xcode compiler fix * introduce InstallmentInfos * lint * api testers * Update baseline swiftinterface files (#6768) * InstallmentsInfoFactory * unit tests * CEC API tester fix * include more availabilities * allow fetching of both base product + compound product at the same time * make hashable/equals contracts use same properties * add log for invalid product identifiers + tests * lint * lint * StoreProduct: revert productIdentifier to be the store product ID + introduce billingPlanIdentifier * add sk2_unrecognized_billing_plan_identifer log * update string value * add product fetching logs * add additional fields to InstallmentsInfo * add InstallmentsInfo.billingPlanType internally * fix compilation * linting * Update baseline swiftinterface files (#6773) * update purchase testers * BillingPlanType API * Update baseline swiftinterface files (#6779) * remove billingPlanIdentifier * Update baseline swiftinterface files (#6780) --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
fire-at-will
added a commit
that referenced
this pull request
May 14, 2026
* introduce CompoundProductIdentifierTests * build CompoundProductIdentifier from single string * only request SK product identifiers in ProductsManager.products() * hello world * old xcode compiler fix * introduce InstallmentInfos * lint * api testers * Update baseline swiftinterface files (#6768) * InstallmentsInfoFactory * unit tests * CEC API tester fix * include more availabilities * allow fetching of both base product + compound product at the same time * make hashable/equals contracts use same properties * add log for invalid product identifiers + tests * lint * lint * StoreProduct: revert productIdentifier to be the store product ID + introduce billingPlanIdentifier * add sk2_unrecognized_billing_plan_identifer log * update string value * add product fetching logs * add additional fields to InstallmentsInfo * add InstallmentsInfo.billingPlanType internally * OSAgnosticBillingPlanType * fix compilation * linting * Update baseline swiftinterface files (#6773) * purchase billing plans * update purchase testers * throw error * fix test compilation * BillingPlanType API * Update baseline swiftinterface files (#6779) * remove billingPlanIdentifier * update to use public BillingPlanType instead of OSAgnosticBillingPlanType * Update project.pbxproj * add logs * lint * more lint * error log * dont apply upFront by default on all purchases that dont specify it --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
fire-at-will
added a commit
that referenced
this pull request
May 14, 2026
…ackages (#6784) * introduce CompoundProductIdentifierTests * build CompoundProductIdentifier from single string * only request SK product identifiers in ProductsManager.products() * hello world * old xcode compiler fix * introduce InstallmentInfos * lint * api testers * Update baseline swiftinterface files (#6768) * InstallmentsInfoFactory * unit tests * CEC API tester fix * include more availabilities * allow fetching of both base product + compound product at the same time * make hashable/equals contracts use same properties * add log for invalid product identifiers + tests * lint * lint * StoreProduct: revert productIdentifier to be the store product ID + introduce billingPlanIdentifier * add sk2_unrecognized_billing_plan_identifer log * update string value * add product fetching logs * add additional fields to InstallmentsInfo * add InstallmentsInfo.billingPlanType internally * fix compilation * linting * Update baseline swiftinterface files (#6773) * update purchase testers * BillingPlanType API * Update baseline swiftinterface files (#6779) * remove billingPlanIdentifier * Update baseline swiftinterface files (#6780) * include billing plans in offerings response * Update StoreProductTests.swift * lint * Update baseline swiftinterface files (#6785) * only run test on iOS 26.4+ * rename StoreProduct.compoundProductIdentifier to id and use it for equals * lint * fix hash * update TestStoreProduct * Update project.pbxproj * remove out of date test --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
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.
Requested by @fire-at-will for fetching-products-with-billing-plans
Note
Low Risk
Low risk: this PR only updates generated
.swiftinterfaceAPI baseline files, with no runtime logic changes. Main risk is downstream compilation/source-compatibility impact due to the public API surface shifting (new property/init params).Overview
Updates the generated
.swiftinterfacebaselines across iOS/tvOS/watchOS/macOS/visionOS to reflect thefetching-products-with-billing-plansAPI surface.StoreProduct/TestStoreProductnow expose an optionalbillingPlanIdentifier(including a new initializer parameter), andInstallmentsInfogainscommitmentInstallmentPeriodplus a reordered initializer signature to include the new field.Reviewed by Cursor Bugbot for commit 5683e7b. Bugbot is set up for automated code reviews on this repo. Configure here.