- Home /
Question by
Aladine · Apr 14, 2018 at 04:00 PM ·
localizationin-app-purchase
IAP metadata.localizedPrice not working for Asian currency
Hello,
I have this line of code which works perfectly in western stores :
buyButtonText.text = _myIAP.m_StoreController.products.WithID(_myIAP.charsIDs[scrollPage]).metadata.localizedPrice.ToString();
it shows the right price with the right currency symbol (€, $, etc..) however on the Japanese google store it doesn't.
is this a known issue ?
thanks
Comment