I am trying to wrap my head around the instructions at https://www.b4x.com/android/forum/threads/googleplaybilling-in-app-purchases.109945/#content.
I don't understand this:
In the example, it goes to :
Is "inapp", the sku of the product to purchase ?
I don't understand this:
5. Making an order is done in several steps:
a. Get the SKU details with QuerySkuDetails.
In the example, it goes to :
B4X:
Dim sf As Object = Starter.billing.QuerySkuDetails("inapp", Array(Starter.ADS_SDK_ID))
Is "inapp", the sku of the product to purchase ?