-
Notifications
You must be signed in to change notification settings - Fork 84
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
[ANDROID] IntroPrice is null in getOffering() #690
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hello @basemanabulsi Let's discard a couple things first:
If none of these work, it would be helpful to see a screenshot of your PlayStore product configuration, including the pricing phases (of course feel free to redact as much information as needed for your privacy, I personally use Skitch for that) |
Hi Mark, |
Can you confirm if the product identifier for Additionally, can you post the json for both Thank you! |
Facing the same issue, have you managed to resolve it @MarkVillacampa ? Edit: I see it shows only if no previous purchases were made by associated Google Play account, which is probably correct handling. Would be a nice to have a record of "used" offers / free trials as a reference, because as it currently is, one has to basically go and use a new Google account to repeat the flow. |
That's correct @AronBe. Billing Library only returns products the current user is eligible to use, so it won't return an intro offer that the user has already enjoyed. This is a limitation of the Play Store and there is currently no way to reset the intro eligibility. For testing purposes, you can use an offer with Developer Eligibility, which will always be available. |
I am trying to use revenuecat with react native 0.69.5 on Android, the intro price is defined correctly on the store and its active.
But the offer is received from the offers, offer identifier has the same ID as the offer ID.
The object that has been returned from revenuecat has offerIdentifier correctly but the intoPrice is null.
We have defined the offer as Developer determined which I have to determine if the user is eligible of not.
Can you help in this?
I found something look like the issue I am facing in flutter SDK RevenueCat/purchases-hybrid-common#446 and it has been fixed before 3 days.
Based on the documentation I can determine anytime I want to set the offer but its not working.
My device:
Packages:
"react-native": "0.69.5",
"react-native-purchases": "^6.2.3",
This is the object I am getting:
I have hided the title, price and identifier for confidentiality
Can you help in this? please
The text was updated successfully, but these errors were encountered: