How I solved “This version of the application is not configured for billing through Google Play”

I created an unlockable product in Google Play, added billing permission to the manifest:

<uses-permission android:name="com.android.vending.BILLING"/>

and implemented billing in my application, but when I attempted to purchase the product first time I got error ‘This version of the application is not configured for billing through Google Play‘:

This version of the application is not configured for billing through Google Play

on one of my emulators:

My first idea was that it is probably something related to the application license key on Development Tools -> Services & APIs page of Google Play Console:

but actually it does not.

I was able to buy the product when I promoted the application release from Internal Test to Alpha and Beta:

Links

3 Responses to How I solved “This version of the application is not configured for billing through Google Play”

  1. Amit kumar says:

    This version of the application is not cunfigurd for billing through google play check the help center for more information

    1. steph says:

      IT WON’T WORK WHEN I BUY

  2. Varalakshmi says:

    This version of application is not confirmed for billing through Google Play. Check the help center for more information

Leave a Reply

Your email address will not be published. Required fields are marked *