idish
idish

Reputation: 3260

InApp - This version of application is not configured for billing

Alright, before you all flame at me that it is a duplicate, I have already tried all of the other answers around the internet and I'm still getting this error.
Note: I'm using the in-app V3 API.

  1. First, I created the in-app product (I already had an apk draft file in my console).
  2. Tested my app with the android.test.purchased SKU, it works just fine, and changed the SKU back to my in-app original SKU.
  3. I have created my signed apk using the Export wizard of Eclipse.
  4. Succefully uploaded the signed apk file to my Android Console Developer Account.
  5. Sent the signed apk file over gmail and installed the signed apk file on my device from my gmail account.
  6. Waited for about 10 hours (went to sleep).
  7. Getting up, trying to use the in-app purchase and seeing that error.

I have already checked that the version name, version code are equal on device and google play. They are the same. What am I missing here?

This version of application is not configured for billing.

Upvotes: 2

Views: 474

Answers (1)

sergej shafarenka
sergej shafarenka

Reputation: 20416

You must publish your new app version if you want to execute a real payment. Only test payments can be executed on a not published version.

Upvotes: 1

Related Questions