How to access the price of a product in SKPayment?

Posted by favo on Stack Overflow See other posts from Stack Overflow or by favo
Published on 2010-05-24T01:33:33Z Indexed on 2010/05/24 1:41 UTC
Read the original article Hit count: 299

Filed under:
|
|

I am having an In-App-Purchase for an iPhone app.

I want to display the price in the users local currency in a UILabel. For this I need the price & currency in a variable.

How can I get the price including the currency using SKPayment? (If SKPayment is correct for this use.)

I'm instantiating the product using:

SKPayment *payment = [SKPayment paymentWithProductIdentifier:@"Identifier"];

Thank you all in advance for your feedback!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode