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

productPriceString does not contain currency symbol on iOS #91

Open
samarthagarwalqb opened this issue Apr 5, 2024 · 0 comments
Open

Comments

@samarthagarwalqb
Copy link

productPriceString in the Product objects returned in the response of retrieveProducts method does not contain the currency symbol on iOS. It only contains a numerical value. On Android, it contains the symbol as well as the amount. Here is an example.

On Android, the value of productPriceString would be something like $9.95 while on iOS, it will only contain 9.95. It does not contain the $ symbol as part of the String.

This should be consistent across both platforms.

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

No branches or pull requests

1 participant