How to get all google play purchases across multiple google accounts with billingClient

130 Views Asked by At

I'm using queryPurchasesAsync to query the purchases of the user. Now if there are multiple accounts, I would expect that any purchase across these accounts would show up. But thats not the case. Is there a way to get all purchases across the accounts?

1

There are 1 best solutions below

3
On

No, the billing client can only handle one account at a time.

Its based on the email the user is signed in in the Google Play Console.

Maybe https://developers.google.com/android-publisher can help in providing more information