You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have localized iap products (very likely) correctly defined in Google Play and in App Store. In code we are using change language feature (via i18n) is there anyhow possible to retrieve localised title/name of products?
Yes, it returns the localized price for iOS and Android, but the key that produces the localized price differs.
for iOS --> sub.localizedPrice will give the localized price,
for Android --> sub.subscriptionOfferDetails[0].pricingPhases.pricingPhaseList[0].formattedPrice
here "sub" stores the data returned by IAP.getSubscriptions
Description
We have localized iap products (very likely) correctly defined in Google Play and in App Store. In code we are using change language feature (via
i18n
) is there anyhow possible to retrieve localised title/name of products?Expected
someting like:
Environment:
0.68
To Reproduce
The text was updated successfully, but these errors were encountered: