In my Android application, there are some in-app purchases that the user can make, but if the application is running on the device without logging in, invoice v3 API simply returns error 3 "BILLING_UNAVAILABLE"
In this case, my main options is a pop-up message box, so that the user can log in and go to the google account, but this is rather cumbersome. Is there a way to simply open the google login page for a user?
I see applications that use the "Game Services" api (Achievements, Leaders, etc.), but this application still does not.
source
share