My App supports premium only model.
Each new App User have to buy subscription.
I select transfer behaviour “Keep with original App User ID”.
1. I sign-up with MyUserA and bought the subscription
2. Then I sign-up with MyUserB and want to buy the subscription, but get the error `There is already another active subscriber using the same receipt`. (presumably from MyUserA)
In a paywall I see an error “The product is already active for the user”. Before RC error modal I see PlayStore bottom sheet error modal “Error. You’ve already subscribed to {MY_PLAN}...”
So question, how can I achieve behavior when every new My App user have to buy subscription, while being login into single PlayStore account?
e.g
MyUserA → SubscriptionInstanceA → PlayStoreUserGlobal
MyUserB → SubscriptionInstanceB → PlayStoreUserGlobal
Is this possible?
I do not want to share the same bought subscription between my app accounts, but also I do not want users to overcomplicate/bother with their PlayStore user change/relation.
Page 1 / 1
Hi
So if I understood it correctly, what you want is that if user B subscribes/restores then you want the subscription to be transferred to user B rather than being kept for user A, right?
That’s the default legacy option and it’s called “Transfer to a new app user id”, you can find all the documentation about this and other behaviors here.
Let me know if this works!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.