Android Question GooglePlayBilling - In App Purchases - SkuDetails always 0

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi, I was trying to add the new GooglePLay Billing and QuerySkuDetails is allways 0
Then I go back to the example and set the BILLING_KEY to my Key, ( which works ok with the last lib) and the ADS_SDK_ID with one of my products and get the same results.
The example works as expected with
Public const ADS_SDK_ID As String = "android.test.purchased"
Public const BILLING_KEY As String = "3434ABCDEF..."
but no with my own values.
Please help
 
Top