Question

Is there a way to know if a user previously had a free trial on iOS and android - flutter

  • 25 May 2023
  • 2 replies
  • 796 views

Badge +2

is there any way to check if the user already took the trial? I want to know this information to stop showing the ad for the trial because already took it one time


2 replies

Userlevel 4
Badge +6

Hey @evripideskyriacou ,

 

You can check trial eligibility by using the checkTrialOrIntroductoryEligibility method in our SDK. Quick note here, Checking introductory eligibility is only supported on iOS. Using the checkTrialOrIntroductoryEligibility method on our cross-platform SDKs (for example, React Native or Flutter) will not return a valid eligibility on Android.

 

We have more information on checking trials here: https://www.revenuecat.com/docs/subscription-offers#checking-eligibility

@Michael Fogel  what about the android?

Reply