I’ve developed an ActionScript 3.0 for Adobe Air application (it will run on Blackberry Playbook).
This app has some bugs and I’ve made an update.
When user install the new version I want to delete previous user data.
How can I do that?
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.
You could put a property in the shared object to represent your version number, and when checking the data object, if the property is not found or is from an earlier version you know to delete the data object and create a new one.