Android IAP get error this version of the application is not configured for billing through google play check the help center

8.6k views Asked by At

I started with billing library 3.0

  • An aab file with BILLING permission has been published on internal/alpha test

  • I added my email for close test

  • IAP products are published and their status set to active

  • From android studio my debug config has sign the same android keystore with release aab on google play

  • Version code and version name same version on internal/alpha test After that i run debug app from android studio And get error: this version of the application is not configured for billing through google play check the help center

    Anybody have solutions?

3

There are 3 answers

4
Kareem Alsaifi On

I have solved this problem by adding my mail to license testing

0
jun liu On

my project is very old,It build base on ant tools I found ant tools do not merge the AndroidManifest.xml So I fix this problem by add:

    <meta-data
        android:name="com.google.android.play.billingclient.version"
        android:value="4.0.0" />

    <activity
        android:name="com.android.billingclient.api.ProxyBillingActivity"
        android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
        android:exported="false"
        android:theme="@android:style/Theme.Translucent.NoTitleBar" />
2
Rob On

https://www.revenuecat.com/docs/google-play-store here is the solution
you need to add license testing