Skip to content

Trusted Entitlements: add support for setting EntitlementVerificationMode and getting verification result in EntitlementInfos and EntitlementInfo#753

Merged
tonidero merged 11 commits into
mainfrom
nacho/sdk-2847-flutter
Nov 22, 2023
Merged

Trusted Entitlements: add support for setting EntitlementVerificationMode and getting verification result in EntitlementInfos and EntitlementInfo#753
tonidero merged 11 commits into
mainfrom
nacho/sdk-2847-flutter

Conversation

@NachoSoto

@NachoSoto NachoSoto commented Jun 29, 2023

Copy link
Copy Markdown
Contributor

See http://rev.cat/trusted-entitlements for more info on this feature.

Depends on RevenueCat/purchases-hybrid-common#451

@NachoSoto NachoSoto added the pr:feat A new feature label Jun 29, 2023
@NachoSoto NachoSoto requested a review from a team June 29, 2023 23:05
@tonidero tonidero force-pushed the nacho/sdk-2847-flutter branch from 1e0c1b7 to 32baaeb Compare November 17, 2023 10:14
// enforced
}

extension EntitlementVerificationModeExtension on EntitlementVerificationMode {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Note that this is something new. Basically, we're trying to pass an enum back to the native layer, which is not something we did before (afaik). Instead of using freezed to perform this mapping, I'm hardcoding it here, since it seemed easier.

@tonidero tonidero force-pushed the nacho/sdk-2847-flutter branch from 95bbf2d to 4bae1e2 Compare November 20, 2023 11:06
@tonidero tonidero changed the title [WIP] Trusted Entitlements: add support for setting EntitlementVerificationMode Trusted Entitlements: add support for setting EntitlementVerificationMode and getting verification result in EntitlementInfos and EntitlementInfo Nov 20, 2023
@tonidero tonidero marked this pull request as ready for review November 20, 2023 11:22
@tonidero tonidero requested a review from a team November 20, 2023 11:22
@tonidero tonidero merged commit 5f7eced into main Nov 22, 2023
@tonidero tonidero deleted the nacho/sdk-2847-flutter branch November 22, 2023 12:17
tonidero pushed a commit that referenced this pull request Nov 23, 2023
**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)
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
…ionMode` and getting verification result in `EntitlementInfos` and `EntitlementInfo` (RevenueCat#753)

See http://rev.cat/trusted-entitlements for more info on this feature.

Depends on
RevenueCat/purchases-hybrid-common#451

---------

Co-authored-by: Toni Rico <antonio.rico.diez@revenuecat.com>
Jethro87 pushed a commit to Jethro87/purchases-flutter that referenced this pull request Jan 4, 2025
**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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:feat A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants