Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breaking change in objc in 7.4.0 #572

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Conversation

tonidero
Copy link
Contributor

This supports the old configure method after accidental breaking change introduced in 7.4.0

@tonidero tonidero added the pr:fix A bug fix label Nov 20, 2023
@@ -22,7 +22,7 @@ import RevenueCat
usesStoreKit2IfAvailable: Bool = false,
dangerousSettings: DangerousSettings?,
shouldShowInAppMessagesAutomatically: Bool = true,
verificationMode: String? = nil) -> Purchases {
verificationMode: String?) -> Purchases {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The compiler didn't complain 😕 but I think this is needed to disambiguate both configure methods.

@tonidero tonidero marked this pull request as ready for review November 20, 2023 10:18
@tonidero tonidero requested a review from a team November 20, 2023 10:18
@tonidero tonidero merged commit b103dde into main Nov 21, 2023
8 checks passed
@tonidero tonidero deleted the fix-breaking-change-7.4.0 branch November 21, 2023 11:39
@tonidero tonidero mentioned this pull request Nov 21, 2023
tonidero added a commit that referenced this pull request Nov 21, 2023
### Breaking Changes
* Fix entitlement verification name typo (#574) via Toni Rico
(@tonidero)
### Bugfixes
* Fix breaking change in objc in 7.4.0 (#572) via Toni Rico (@tonidero)
### Dependency Updates
* [AUTOMATIC] Android 7.2.3 => 7.2.4 (#573) via RevenueCat Git Bot
(@RCGitBot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:fix A bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants