Hey!
I have the following use case but coudln’t find a great solution for it yet. This seems like something that should work out of the box, so I’m asking here.
In my mobile app, I initialize RevenueCat once and call the login method later to identify a user as soon as I have their userId. However, if that customer has not made a purchase yet, they will not show up as customers in the RevenueCat dashboard. That’s a real bummer because I regularly want to give existing but selected users access to premium entitlements. I cannot do that though if they are not even in the RevenueCat dashboard. From what I understood, calling the configure method creates a user account if none is already created (and cached). Why is that user account not showing in the dashboard?
Consider this case: I do direct customer acquisition and get them to download the app and create a user account. Now I want to grant them a specific entitlement. This seems like a very basic feature. But right now, I don’t see how I would be able to do that.
Any help and inputs on how to achieve that would be greatly appreciated.
Thank you!
Yannik