I have an IOS app, and each time it is updated I want to do some house cleaning. What is the best way to determine if an IOS app has been updated?
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.
The simplest way may be to get the current version, compare the version to a saved version (if there is one), perform clean up if necessary, save the new version. Here are examples on retrieving and storing version info for comparison.
And if you are wondering how to compare versions here is an example using the
NSNumericSearchcompare option: http://spitzkoff.com/craig/?p=148