How can I add the local cyrrency symbol to the Buy-Button from
https://github.com/ebutterfly/EBPurchase
[buyButton setTitle:[@"Buy Game Levels Pack " stringByAppendingString:productPrice] forState:UIControlStateNormal];
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Code like the following will work:
formattedPricewill have the appropriate currency formatting.You should also use the
localizedTitleandlocalizedDescriptionfromproductfor the product’s title and description. This is all obtained from the data you setup in iTunes Connect.