We used to configure revenue cat like this
Purchases.configure({apiKey: XXX})
And we changed it to this
Purchases.configure({apiKey: XXX, appUserID: ourAppUserId})
I am not sure of what happend after this:
- Do all our users now have an alias, in this case greate.
- Or was a new user created for each user and we need to call syncPurchases
- In this case can we remerge them ? As we know that both users have the same deviceId