Hello there,
I am trying to implement RevenueCat on my Android app which does not have a Login system.
I was wondering in this case how do I manage the UserID to stay the same throughout app deletion, re-installations and across devices?
On my iOS app I used NSUbiquitousKeyValueStore, so that it’s connected to the Apple ID and it works perfectly, but I can’t find a way on Kotlin.
I tried the Auto Backup APIs, but while it works on the same device if I delete and re-install the app, it does not work across different devices with the same Google Account.
I know that even if a new User ID is created the purchase will be transferred cause there is only one receipt, but is it correct that it sort of creates different users that bounce the purchase around?
Thank you,
Giada