Before we created subscriptions in stores, we created free trial on our backend.
The problem is that RevenueCat does not know or show our free trial users on the customer list.
We see users only when they make a purchase thus we can’t give them promotional entitlements through the console.
Is there a way for RC to see our free trials users without setting up introductory offer in subscriptions ? ( that would require UX/UI changes on our side)
Best answer by sharif
You can likely still use RevenueCat’s promotional entitlement system for this, but you’ll have to do it in 2 steps via our API:
If you want to grant promotional entitlements via the dashboard, you just have to do step 1 to create the user so that you can find them in the dashboard.
Let me know if that workaround doesn’t fit your use case and we’ll figure something else out.
If you want to grant promotional entitlements via the dashboard, you just have to do step 1 to create the user so that you can find them in the dashboard.
Let me know if that workaround doesn’t fit your use case and we’ll figure something else out.
We use createAlias, which is called later in the lifecycle of app right after the log in , but 70% of our users end up anonymous regardless of provided UUID ( some users work fine, some not, we have no clue why).
We will definitely switch to calling .logIn , and we need your opinion on these 2 questions:
Is it fine to call .logIn right after user logs into the app ( trigger will be on the home screen)
Could there be any negative consequences if we create user on RevCat API with backend ( GET https://api.revenuecat.com/v1/subscribers/app_user_id ) as soon as he verifies his account activation before finishing onboarding and calling .login? Could that way he avoid becoming anonymous in the first place?
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.