-
Notifications
You must be signed in to change notification settings - Fork 53
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
Trial Period of a product #1051
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Also if we do |
In the new Android SDK, you can view available offers by checking the subscriptionOptions property on a StoreProduct: https://www.revenuecat.com/docs/subscription-offers#more-control-over-offer-selection. The free trial property should include the data you're expecting to find. |
@HaleyRevcat I've already checked this property but this is returning null everytime even though trial offer is attached to the subscription in Google play console. |
@mohsin-ali-brainx did you finally find the issue ? |
I've got the same issue here. My app update got rejected because trial eligibility was shown wrongly (even though this case isn't the 'bad' one, as it gives a trial without informing the user before) |
We've upgraded my RevenueCat dependency from 5.4.0 to 6.4.0 as we've got the warning for using deprecated version of Google Billing library. After upgrading we've notice major changes in the code and I missing functionality of trial period data as in 5.4.0 we were able to get the data using "getProduct().getFreeTrialPeriod()" but not there is not such method available and no alternative as well or I'm unable to find one.
If you could add this back or help us out how to get trial period data of each product of current offering.
Thanks
The text was updated successfully, but these errors were encountered: