Hi,
We are going to implement monetization on our app, offering both standard and premium plans. I have some questions I would like to clarify. When a user installs the app, it will be under a 14-day trial period. What will be the data for the renewal date? We need this information to calculate how many days are left in the trial period. If the renewal date does not mark the end of the trial period, I guess we can’t rely on the “days_left” data right? Do you have any suggestions?
query {
app_subscription {
billing_period
days_left
is_trial
plan_id
renewal_date
}
}
Thanks.
Br, YarHuoy