With Android In-App Billing IAB 3, the API can query the current purchases using getPurchases().
If the device has multiple Google accounts, what is being returned?
All purchases for all accounts?
Purchases for one of the accounts?
Is there a way to getPurchases() for a specific account?
Thanks