I wonder how I can get the correct price info from the store.
I have everything implemented and when using this line (in a product listener):
print(event.products[i].localizedPrice, event.products[i].price, event.products[i].priceLocale)
I only get the first info for the localizedPrice but the rest is nil.
I’m testing on android and I wonder how I can get the rest of the info or if this is for iOS only?