Hello guys,
I kindly ask for some help.
I have two versions of the same app. One for testing purposes and the other is the real deal.
Users can login on the Test app before buying the real deal.
The idea is that
In the Login screen of that Test App I would like to make a button that generates random user emails and passwords for the users to login.
Then, the user will click on login to login with that test account
The idea is that the user can do some actions on the app with that test account.
As the action is linked to the user, it must be generated a different user each time so the actions of a person do not interfere on the other person because they’re logged on the same user
Thank you in advance