I tried to first implement in my app billing. I have try this library <a href="https://github.com/anjlab/android-inapp-billing-v3" rel="nofollow">https://github.com/anjlab/android-inapp-billing-v3</a> and followed the procedures> <a href="https://blahti.wordpress.com/2014/07/30/how-to-add-in-app-billing-in-android-part-1/" rel="nofollow">https://blahti.wordpress.com/2014/07/30/how-to-add-in-app-billing-in-android-part-1/</a>, but I get the response :
<blockquote>
"this version of the application is not configured for billing through
google play"
</blockquote>
Here's what I have done:
<ol>
<li>upload apk in alpha testing with version code: "1" and name version
"1.0.0" </li>
<li>defining the in-app products (status active) </li>
<li>trying to make a purchase through an application that I installed on my android device studio. With version code: "1" and name version
"1.0.0"</li>
</ol>
so how to fix it ?
<blockquote>
"this version of the application is not configured for billing through
google play"
</blockquote>
Here's what I have done:
<ol>
<li>upload apk in alpha testing with version code: "1" and name version
"1.0.0" </li>
<li>defining the in-app products (status active) </li>
<li>trying to make a purchase through an application that I installed on my android device studio. With version code: "1" and name version
"1.0.0"</li>
</ol>
so how to fix it ?