Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Price needs to be localized #8

Closed
mrlegowatch opened this issue Aug 24, 2016 · 2 comments
Closed

Price needs to be localized #8

mrlegowatch opened this issue Aug 24, 2016 · 2 comments

Comments

@mrlegowatch
Copy link

When converting the product price into a string, the locale needs to be set for the number formatter, so that it uses the correct currency format of the user's iTunes Store:

            [self.numberFormatter setLocale:product.priceLocale];
@MosheBerman
Copy link
Owner

That's a good point. Can you put together a pull request please?

@MosheBerman
Copy link
Owner

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants