Context:
We have two different environments/backends for our app
- Test BE
- Production BE
Theoretically it is possible to have the same app id of users created on test vs user created on prod BE, as they are separate backends.
FYI: For test env users, we use the RCat sandbox for subscriptions.
Scenario:
User A is a test BE user (app id: 123), has an active subscription on RCat sandbox. This can be seen on the RCat user profile by enabling the sandbox toggle.
User B is created on production BE, with the same app id (app id: 123), and does NOT has any active subscription.
Question:
Q1: Will these two users have the same user profile on RCat (allowing to switch between them through the sandbox toggle on top), or will they both have different profiles?
Q2: Will User B be able to access the sandbox subscription from user A in any way? This user is not a licensed tester.