Top "In-app-billing" questions

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

Google Play error "Error while retrieving information from server [DF-DFERH-01]"

I'm just finishing a game for android and I'm testing out the in app purchase functions. I'm sending testing using …

android in-app-billing google-play
This version of the application is not configured for billing through Google Play

When I try to run my application with in-app billing I am getting the error: "This version of the application …

android apk in-app-billing google-play
the item you requested is not available for purchase

I'm trying to integrate Android Market in-app purchases into my app, but unfortunately coming across an annoying error every time …

android in-app-purchase in-app-billing
How to verify purchase for android app in server side (google play in app billing v3)

I have a simple app (needs user login with account). I provide some premium features for paid users, like more …

android in-app-purchase in-app-billing
In-App Billing test: android.test.purchased already owned

I am currently testing In-App Billing for a future app, and after I successfully "bought" the test item "android.test.…

android in-app-billing
IabResult: Billing service unavailable on device. (response: 3:Billing Unavailable)

I'm trying to use In-App billing: mIabHelper = new IabHelper(this, BILLING_KEY); mIabHelper.startSetup(new IabHelper.OnIabSetupFinishedListener() { @Override public void …

android google-play in-app-billing
Implementing In App purchases in Android?

Edit: Android now supports in-app billing! Original question: It looks like Android won't natively support in-app purchases for a while, …

android in-app-purchase in-app-billing
Android in app purchase: Signature verification failed

I have tried for several days to solve this problem, using the Dungeons demo code that comes with the SDK. …

android in-app-billing signing
How to implement In-App Billing in an Android application?

It seems that it is quite complicated to implement In-App Billing in an Android app. How could I do this? …

java android in-app-billing
android: Inapp billing: Error response: 7:Item Already Owned

I am learning to implement an in-app billing for my app such that people can for example, donate $ when press …

android in-app-purchase in-app-billing