Top "In-app-billing" questions

In-app Billing, a service provided by Android operating system.

"Error retrieving information from server RPC S-7 AEC-0" while testing Google in-app billing

I am trying to implement Google in app billing to my Application. I created SKU product id and implemented the …

android in-app-purchase in-app-billing billing android-billing
Android In App Billing: securing application public key

From Android In App Billing version 3 (TrivialDrive)sample application coming with sdk MainActivity.java /* base64EncodedPublicKey should be YOUR APPLICATION'S …

android security bit-manipulation in-app-billing public-key
How to get separate price and currency information for an in-app purchase?

I am implementing in-app purchases for an app with support for several countries. The In-App Billing Version 3 API claims that: …

android in-app-purchase in-app-billing
What should be the developer payload in android in-app billing v3 api?

I am implementing in-app billing in my app to unlock premium features. The in-app billing sets up correctly. Everything seems …

android in-app-purchase in-app-billing android-billing
Android In-App Billing v3: "Can't perform operation: queryInventory"

I have setup In-App Billing for the first time using the new v3 API. It is working correctly on my …

android in-app-billing
Testing Android In App Billing real purchases

What are the conditions to properly test real purchases, when i already have tested my app using test product like …

android testing in-app-billing
HOWTO create GoogleCredential by using Service Account JSON

I am using the Java SDK for Android Publisher v2 and Oauth2 v2. Once I created the service account I …

android google-play-services in-app-billing subscription google-api-java-client
Is it possible to debug locally Google Play's in-app billing in Android Studio?

I am getting this error testing in-app subscription products locally. authentication is required. you need to sign in to your …

android android-studio in-app-purchase google-play in-app-billing
Unable to make Android in-app purchase with test account "The publisher cannot purchase this item"

I am attempting to test In-App Purchases in Android. I have uploaded a privately signed apk to Google Player Developer …

android in-app-purchase google-play in-app-billing android-billing