Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android In App BIlling v3 doesn't work Nexus 7

I have an app which uses the new v3 of in app billing and it all works great on multiple devices. The only exception is the Nexus 7 which when trying to initialize the helper as per Google's documentation here, reports the error:

12-12 20:26:43.769: E/EnvironmentMainActivity(15324): Problem setting up In-app Billing: IabResult: Error checking for billing v3 support. (response: 3:Billing Unavailable)

This happens on 2 different Nexus 7 which each have completely separate user accounts on them. Both devices have build 3.10.9 of the play store, the same as all the other Nexus devices I tested on which work perfectly. Given the recent nature of v3 of the library, there is little more than the press about the release online. Does anyone know anything about this?

like image 787
Jared Avatar asked Dec 13 '12 04:12

Jared


2 Answers

Clear the cache and data of the Google Play Store, then start the Google Play Store at least once.

like image 165
ianhanniballake Avatar answered Oct 11 '22 22:10

ianhanniballake


I had the problem when i run code on device that is not logged in Google Play Store. Change device, problem solved.

like image 26
Jakub S. Avatar answered Oct 11 '22 23:10

Jakub S.