It goes something like this:
1 - Sign into RC with appID1
2 - Purchase subscription.
3 - Sign out and back in again using appID2
4 - RC says no subscription active for appID2 and so we present offerings.
5 - Purchase fails because (presumably) Play Store thinks we already have an active sub because appID1 bought one using the common PlayStore sign in.
I’d like to prohibit sub sharing across different accounts.
In order for appID2 to be able to purchase a subscription, another Play Store account needs to be used.
What’s the general best practice for dealing with this scenario?
Many thanks.