I would like to provide an alert within my iOS app if there is a new version available from iTunes. I can’t find an API for this. Is this possible?
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.
There’s a good argument that you don’t need to do anything. The App Store app will already notify users when updates are available.
However, if you want to do it anyway, there’s a project on GitHub called iVersion that does most of the heavy lifting for you. (Not tried it myself, but it looks pretty good.)