-
Notifications
You must be signed in to change notification settings - Fork 177
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
[AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 #871
Conversation
f245e93
to
f05ca92
Compare
ios/Classes/PurchasesFlutterPlugin.m
Outdated
@@ -244,7 +244,8 @@ - (void)setupPurchases:(NSString *)apiKey | |||
platformFlavorVersion:self.platformFlavorVersion | |||
usesStoreKit2IfAvailable:usesStoreKit2IfAvailable | |||
dangerousSettings:nil | |||
shouldShowInAppMessagesAutomatically:shouldShowInAppMessagesAutomatically]; | |||
shouldShowInAppMessagesAutomatically:shouldShowInAppMessagesAutomatically | |||
entitlementVerificationMode:""]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should have exposed this as an enum instead of a string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right... We are not usually exposing plain enums in PHC, so we convert most of them to strings/ints... But I guess we could still expose this as enums...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this will come from a Flutter enum anyway, so it's fine for now 👍🏻
279a5cb
to
33ef6ba
Compare
**This is an automatic release.** ### New Features * `Trusted Entitlements`: add support for setting `EntitlementVerificationMode` and getting verification result in `EntitlementInfos` and `EntitlementInfo` (#753) via NachoSoto (@NachoSoto) ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.0.0 (#878) via RevenueCat Git Bot (@RCGitBot) * [Android 7.2.4](https://github.com/RevenueCat/purchases-android/releases/tag/7.2.4) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 (#871) via RevenueCat Git Bot (@RCGitBot) * [Android 7.2.4](https://github.com/RevenueCat/purchases-android/releases/tag/7.2.4) * Bump fastlane from 2.216.0 to 2.217.0 (#865) via dependabot[bot] (@dependabot[bot]) * Bump danger from 9.3.2 to 9.4.0 (#866) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Fix flutter analyze deprecation warnings (#872) via Toni Rico (@tonidero) * `CI`: disable `prepare-next-version` (#869) via NachoSoto (@NachoSoto)
…#871) **This is an automatic bump.** Updates purchases-hybrid-common to 7.4.0 --------- Co-authored-by: Toni Rico <[email protected]>
**This is an automatic release.** ### New Features * `Trusted Entitlements`: add support for setting `EntitlementVerificationMode` and getting verification result in `EntitlementInfos` and `EntitlementInfo` (RevenueCat#753) via NachoSoto (@NachoSoto) ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.0.0 (RevenueCat#878) via RevenueCat Git Bot (@RCGitBot) * [Android 7.2.4](https://github.com/RevenueCat/purchases-android/releases/tag/7.2.4) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.4.0 (RevenueCat#871) via RevenueCat Git Bot (@RCGitBot) * [Android 7.2.4](https://github.com/RevenueCat/purchases-android/releases/tag/7.2.4) * Bump fastlane from 2.216.0 to 2.217.0 (RevenueCat#865) via dependabot[bot] (@dependabot[bot]) * Bump danger from 9.3.2 to 9.4.0 (RevenueCat#866) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Fix flutter analyze deprecation warnings (RevenueCat#872) via Toni Rico (@tonidero) * `CI`: disable `prepare-next-version` (RevenueCat#869) via NachoSoto (@NachoSoto)
This is an automatic bump.
Updates purchases-hybrid-common to 7.4.0