You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an old device with an out of date Market app, the BillingService logs "Could not bind to MarketBillingService". In this scenario, onBillingChecked() is never called even if BillingController.checkBillingSupported() is called.
When BillingService is unable to connect to the MarketBillingService for any reason, onBillingChecked() should at least be called with a negative value.
The text was updated successfully, but these errors were encountered:
On an old device with an out of date Market app, the
BillingService
logs "Could not bind to MarketBillingService". In this scenario,onBillingChecked()
is never called even ifBillingController.checkBillingSupported()
is called.When
BillingService
is unable to connect to theMarketBillingService
for any reason,onBillingChecked()
should at least be called with a negative value.The text was updated successfully, but these errors were encountered: