Top "In-app-billing" questions

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

Android In App Billing Minimum Price

I am trying to create an in-app product for my app with a price of $0.25. Per https://www.google.com/…

android google-play in-app-billing
Google Play In-App Purchase returns error code -1008: null puchaseData or dataSignature

I am attempting to implement Google Play in-app purchase v3, after successfully implementing it in v2. However, every single time …

android in-app-purchase google-play in-app-billing
Token that identify the user

I'm developing an android application and I would like some functionality of the application is not free. I have thought …

android in-app-purchase in-app-billing billing android-billing
Restore purchases in In-app Billing (IAB Version 3) android

Google has upgraded to IAB3(In App Billing version 3). First what a issue in example code.. super.onDestroy() is missed. …

java android in-app-purchase in-app-billing
IabHelper PurchaseFinishedListener

If I send a purchase intent via the standard String mySku = "android.test.purchased"; mHelper.launchPurchaseFlow(this, mySku, 10001, mPurchaseFinishedListener); I …

android listener in-app-billing
Android inapp billing responseList is empty

I have defined some in app products in my app. I've uploaded the apk to the Google Play and added …

android in-app-billing skus
How to test in-app-purchases easily, without publishing or signing it first?

Background My app has some in-app billing (like this one), and I wish to test it out before publishing it. …

android testing google-play in-app-billing
Google IAP returns short purchase token for verification

I have implemented server-side verification Google IAP purchase tokens. My mobile app send me this token as get it from …

android in-app-purchase google-play in-app-billing
In App billing not working after update - Google Store

I have implemented In-App billing in my app - and very recently google has updated it,previously i was testing …

android in-app-purchase in-app-billing billing android-billing
How to acknowledge in-app purchases in android?

I have gone through the Play Billing Library https://developer.android.com/google/play/billing/billing_library_overview You must …

android in-app-purchase in-app-billing android-inapp-purchase