Ive downloded the example from https://www.b4x.com/android/forum/threads/googleplaybilling-in-app-purchases.109945/
It works OK but when I replace the
Public const ADS_SDK_ID As String = "android.test.purchased"
Public const BILLING_KEY As String = "3434ABCDEF..."
for my Key and product it returns nothing.
Ive uploaded my app to GooglePlay and retest and same thing.
PD: What I have are suscriptions, not products, dont know if it makes any difference in the code.
It works OK but when I replace the
Public const ADS_SDK_ID As String = "android.test.purchased"
Public const BILLING_KEY As String = "3434ABCDEF..."
for my Key and product it returns nothing.
Ive uploaded my app to GooglePlay and retest and same thing.
PD: What I have are suscriptions, not products, dont know if it makes any difference in the code.
Last edited: