Update Manager - Does it reset my application.properties file?

You must Login before you can answer or comment on any questions.

Hi, Im making this application that stores userdata in the application.properties file (stored in Titanium.Filesystem.getApplicationDataDirectory) and I dont want the updater to fiddle with the data in that file.

Cant find any information about this, please help! Does the Titanium.UpdateManager.installAppUpdate function change/remove/update my properties file?

— asked 2 years ago by Richard Lindström
1 Comment
  • Please make sure to note in your questions if your using desktop or mobile for questions to make it clearer to those searching in the future, as well as those trying to help you. - In this case it is clearly for desktop, but those new to Titanium wont know that right off.

    — commented 2 years ago by Matt Apperson

1 Answer

Accepted Answer

Richard,

The update manager should not touch your properties file when updating.

Your Answer

Think you can help? Login to answer this question!