What is the use case for on_trial_or_subscribed? #1141
Unanswered
mpvosseller
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the subscription documentation it says:
Isn't it true though that trial users are always also considered subscribed (i.e. if
on_trial?
returnstrue
subscribed?
will also returntrue
)?. So if we won't to gate a paid feature couldn't we just use:Guess I'm just not understanding what the common use cases are for
on_trial_or_subscribed?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions