Steps:
- User A logged in with App User Id A.
- User A make purchase and a transaction created against user Id A on revenue cat.
- User A logged out from the app.
- User B logged in to the same app with the User Id B.
- User B make purchase and a transaction created against user Id B, But User A’s transaction app user Id updated to B.
My issue is I want both the transactions with separate App User Id and to updated with latest one.
Where and What I am missing here?
Is there any configuration I need to do?