I am fetching the in app purchase items for my app from my web server.the web-server gives the product title, description and price…
Currently i am displaying the each product using the product title,description and price.Currently i am showing the currency in $.
Now i am having the doubt that , can i display the prices as such?when i referred some URL, it seems that prices needs to be localized.
So do i need to display the prices localized which is fetched from my-server? please let me know how should i proceed?
Thanks a lot for stopping by..
Yes, you should show localized prices.
From App Store Quick Reference: Getting Started with In-App Purchase on iOS and OS X Lion:
The product request API from StoreKit is pretty straightforward, it returns a ProductResponse, which contains an SKProduct, which includes both the price and the priceLocale. Per the SKProduct Class Reference, your code to format the price in the current local should be something like: