Hi all,
I am currently migrating to RevenueCat. My current user subscription details are stored in DB.
I have used rest to migrate those over using the uuid for the user.
But when a user registers on my platform, they get a 1 month free trial. This trial is basically a exp date set in the DB for the user without any interaction with Stripe, Google or Apple.
My question is, how can I set this user up on revenuecat with a custom trail exp date if they without interaction with the Stripe, Google or Apple.
Essentially adding a customer with a trail expiry date.
Is this possible and if so how can I achieve this?
Thanks