I would like to display a popup in my iPhone app that alert users when a new version is available in the appstore with a direct link to the iTunes page of the app.
Do you know how can I implement that?
Thank you for your help.
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.
Store the version in the app in a file or something. Then, store the latest version number on a server somewhere. When the app launches, see if they match.