Hey you can you displayPrice will give you the price with local currency symbol. use product.displayPrice
And you want to know user's App Store Account currencyCode you can find that from
if let storeFront = SKPaymentQueue.default().storefront {
print(storeFront.countryCode)
}
Topic:
App & System Services
SubTopic:
StoreKit
Tags: