Hi,
made some progresses but getting strange results in particular I have 2 problems.
I have created 2 products-in app in the developer console and they appear as active
when I try to make a purchase from a phone running my google account, I see the purchase in the google pay window that appears when I call the
Result = billing.LaunchBillingFlow(SkuDetails.Get(0))
Problem 1: here the google pay windows shows the product but it says it's a test purchase. What should I do to make it a real purchase?
Problem 2: trying to fix problem 1 I have tried the app from a phone running a different google user. In this case the google pay windows says the the product is not available for purchase.
thanks