My app uses Google Billing Library and it worked fine with my debug builds. I was able to retrieve products and buy products with my licensed testers without having any issues.
Then I released the signed apk to the internal testers but the Google Billing library now returns an empty list from the querySkuDetailsAsync
call, I see no products. There are no errors and BillingResponseCode
is OK
. What can be the reason for this issue?
Any help would be appreciated.
applicationId
for debug and release builds, so for me, it wasn't working during debug builds.