Skip to main content
Participating Frequently
November 22, 2010
Question

Preserving save data when updating App

  • November 22, 2010
  • 1 reply
  • 528 views

Hello,

I've created an Air app and i'm using Sql Lite to store app options. I noticed that upgrading app, i lose all save date.

My question is, there is any way to preserve save data when i update an Air app?

thank you in advance,

Domenico

This topic has been closed for replies.

1 reply

Inspiring
November 23, 2010

Updating from the marketplace won't overwrite saved data as long as it's in the application storage directory - so save your SQLite database there, or use SharedObjects (which are automatically stored there).

Or are you talking about losing data when you install the latest build from your computer, which is an install/replace operation rather an update?

Hope this helps.

Participating Frequently
November 24, 2010

Thank you for the help!