Fraser
Fraser

Reputation: 14246

Phonegap. What happens to web SQL database on app update?

Please excuse the very novice question but I am about to embark on my first mobile app project using Phonegap. My project will rely heavily on a web SQL database. When I make updates to the app in the future, I need the database the user has built up to remain intact. I would assume the database is contained within the app package, When they update, what happens to the database? is it completely reset with the new app?

(I've spent quite sometime googling this but have not found an answer to my query)

Upvotes: 3

Views: 1565

Answers (1)

dhaval
dhaval

Reputation: 7659

It will remain as it is (except the iOS 5.1 bug which is already resolved - https://issues.apache.org/jira/browse/CB-347)

You can also test and produce the same scenario by upgrading the application in your simulator or your device and see the result.

Check more detail in this post - https://groups.google.com/forum/?fromgroups#!topic/phonegap/NhPTwzi4KnU

Upvotes: 4

Related Questions