Im trying to obtain the introductory price from an in-app, but the store library only provides me the following data with store.loadProducts() function
id = “com.company.appName.inappId”,
localizedPrice = “$ 5.99”,
price = 5.9900000000000002,
priceLocale = “USD”,
productIdentifier = “com.company.appName.inappId”,
type = “subscription”
In the store I have the in-app “com.company.appName.inappId” with $ 5.99 price and this in-app contains an introductory price by $0.99 the first month
How can i access the introductory price localized by each country?
Corona info:
Version 2018.3268 (2018.4.16)