You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STEPS TO REPRODUCE:
1. Have Product in Google Play Store with a valid price ($14.99)
2. Change device Language to something other than English (German)
3. Query Google Play Subscription Products.
EXPECTED OUTPUT:
Product.getPrice() to return the valid Double price based on Locale 14.99
Product.getPriceString() to return the valid String representation of price
based on Locale "14.99 €"
ACTUAL OUTPUT:
Product.getPrice() returns 0.0
Product.getPriceString returns "14,99 $"
OS VERSION:
Android 4.3
MARKET/MYAPPS VERSION:
Google Play Store: DocuSign
DEVICE:
Samsung Galaxy S4
NOTES:
This could be an issue with device Local and Country code or some sort of
conversion on Google's side.
Original issue reported on code.google.com by [email protected] on 3 Feb 2015 at 5:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Feb 2015 at 5:03The text was updated successfully, but these errors were encountered: