Solved

How to activate "Trial Period" in android

  • 13 August 2021
  • 1 reply
  • 1210 views

Badge +2

Hi,

I have integrated revenuecat in my android app, I have the 3 days trial period setup for my app that i want to activate when user starts using the app. And want to show how many days are left for trial expiry time, after trial only i want to ask for the subscription. 

Is there any options to activate the trial and show the trial expiry status?

 

Thanks in advanced.

icon

Best answer by ryan 13 August 2021, 21:00

View original

1 reply

Userlevel 5
Badge +9

Free trials would be configured on the product in the Google console, and the free trials would auto-convert to paying subscriptions if they aren’t cancelled by the customer before the conversion date.

More info on setting up the products here: https://docs.revenuecat.com/docs/android-products

 

To show how many days are remaining in the trial, you could inspect the PurchaserInfo object and look at the expiration_date of the entitlement, and confirm it’s in a “trial” period type. If you compare the expiration_date to the request_date, that would tell you the time remaining before expiration. 

More info on the PurchaserInfo object here: https://docs.revenuecat.com/docs/purchaserinfo 

Reply