Hello, i'm noticing a strange behaviour in the IAP subscriptions that i'm not sure if it's intended or it is some sort of bug.
I'm testing the beta of my app using the Live App Testing feature and, when the onProductDataResponse() callback response is printed, it shows all the available IAP and its info (title, sku, description) except the price and when I call .getPrice() on the Product object it returns null.
When using the amazon App Tester to test the IAP, the Product .getPrice() returns the price properly.
So, I wanted to know if the price is null only on the beta or if something is wrong with the IAP implementation.