Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does In App Billing support multiple accounts?

Does InApp billing (V2 or V3) works for a user who uses several accounts and makes the purchase with an account that isn't the primary one?

PD: Some explanation required, no simple Yes/No

like image 853
lujop Avatar asked Mar 07 '13 05:03

lujop


People also ask

Can I have two accounts on the same app?

Run Android Apps with Multiple Accounts in Parallel Space. Parallel Space is an app that allows users to sign in two accounts of the same app simultaneously on one phone. It works like another space inside the regular phone system. Users can run cloned apps in it with different accounts.

How do in-app purchases work?

In-app purchases allow developers to offer the app for free in the App Store (for iOS) and Google Play (for Android). Then, within the application, they can upsell and advertise paid upgrades, locked features, special items, and other premium offers.

What is in-app billing?

In-app Billing is a Google Play service that provides checkout processing for in-app purchases. To use the service, your application sends a billing request for a specific in-app product.


1 Answers

In App Billing support multiple accounts reported as a bug in code.google, have a look at it

According to Mr.Sergej (posted in G+ android dev community) in-app products purchased with the first account won't be active anymore while using multiple user accounts!.

like image 94
LOG_TAG Avatar answered Oct 15 '22 20:10

LOG_TAG