AddsPurchases.getCurrentOfferingForPlacement(placementID) and Purchases.syncAttributesAndOfferingsIfNeeded()#925
Merged
Merged
Conversation
2cbb084 to
c52ec64
Compare
…epting on purchase package
6eeb4d7 to
584e6c2
Compare
Purchases.getCurrentOfferingForPlacement(placementID) and Purchases.syncAttributesAndOfferingsIfNeeded()
tonidero
approved these changes
Mar 13, 2024
| languageName: node | ||
| linkType: hard | ||
|
|
||
| "@revenuecat/purchases-typescript-internal@npm:8.10.1": |
Contributor
There was a problem hiding this comment.
Hmm it's a bit weird this is removed and not updated?
Member
Author
There was a problem hiding this comment.
Oh! I will... undo because I agree
Member
Author
There was a problem hiding this comment.
OHHHHHH... it was because it was high level being required but I fixed the react-native-purchases-ui/package.json and its a dependency in there as well so it got moved under that one
I think this rooted because it was messed up in the parent bump branch 🤷♂️
joshdholtz
added a commit
that referenced
this pull request
Mar 13, 2024
**This is an automatic bump.** Updates purchases-hybrid-common to 10.1.0 - Includes #925 --------- Co-authored-by: RevenueCat CI <dev+ci@revenuecat.com> Co-authored-by: Josh Holtz <me@joshholtz.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.
Motivation
Bump to PHC
10.1.0and add support for new Targeting methodsDescription
Get Current Offering for Placement
Get an offering specific to the place of your paywall (eg: onboarding, settings, feature gate, etc). This is determined by Targeting.
Sync Attributes and Offerings
A blocking call to sync attributes and fetch new offerings to to be used with Targeting that uses Custom Attributes.