Get actual price of items in IAP system

Hi there!

I still wondering how to get a actual price in some currency such as in $(USD) or in ฿(THB)
how to get that actual price from the store by app purchase system.

if I just write a price to text by hard code not load a dynamic text from the store
I also wondering if 1$= 33฿ today But tomorrow is change to 35฿ or more
so if I write a price to text in to “33฿” But the actual price is changed to 35฿ already
how do I handle this?

Thanks!!!

For App Store, you can get the actual pricing information by accessing the localizedPrice property of the Product class. You can even use localizedPriceString which returns the same price string you see on the buy button of the App Store with the correct money symbols attached. Note that you can only get the price for the App Store region that your user signed in their Apple ID with. There is no direct way query from client side of the entire App Store pricing table.

Please don’t mulitpost, it’s already being discussed here https://discussions.unity.com/t/895135 Do not change your price after you have sold a product. You need to support those users who might want to install the game on their second device tomorrow or 3 months from now, they will need to see the same price. Please share the code you are using, I might recommend to start with this Sample IAP Project here https://discussions.unity.com/t/700293/6