price and currency not match in in-app purchase

Hi,

I have problum price and currency not match in in-app purchase

Usually, the price and currency match in in-app purchase

currency code : CNY / price : 6

but for some users, the price and currency not match in my case.

currency code : CNY / price : 0.99 <<< not match

get price and currency code (my code)

[[product price] stringValue] // price

[product priceLocale] objectForKey:NSLocaleCurrencyCode] // currency code

How do I go about resolving this?

price and currency not match in in-app purchase
 
 
Q