-
Notifications
You must be signed in to change notification settings - Fork 53
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
formatted price is not expected format #969
Comments
👀 SDKONCALL-257 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hi @fan123199 thanks for reporting! I think this is likely the difference in behavior between the underlying methods from Google's BillingClient v4 vs BillingClient v5, where our SDK v5 used |
@fan123199 we're having a hard time reproducing this locally, we tried with accounts in US locale and in Spain locale for good measure, both in our v5 and v6 SDKs, with different locale settings that the device level too. Google doesn't document this behavior, so we're trying to figure it out IRL, sadly. What locale do you have your device set to? Does this reproduce consistently for you in non-beta OS versions too? |
Oh, sorry for late reply. I miss the notification. |
Describe the bug
When I updated to 6.1.1 version. I use the
com.revenuecat.purchases.models.Price
to get the formatted price, what I excepted output is like the doc "$3.00", but now I get "US$3.00". It is different vs 5.x.x. It this a bug or I have another way to get "$3.00"Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: