I would like to show an extra label for in-app purchase if current price tier is tier1.
Are there any other methods than compare localized price?
I would like to show an extra label for in-app purchase if current price
Share
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.
Unfortunately no, SKProduct does not expose the price tier directly.
However you could create a plist, or some other type of data store, that mapped the product id to the price tier. If you have web services then you could do this dynamically if the product price changes. If you have to bundle it with your app and you change the prices often, then this won’t work.