user3179712
user3179712

Reputation: 33

PouchDB with Ionic and App updates

I am currently building an app using Ionic framework with AngularJS, and PouchDB for local database storage.

For now the data is only stored locally on PouchDB, and is not synced online.

My question is. When I update the iOS or Android app to a newer version, will the user-generated content be removed from PouchDB, or is the update merging seamlessly?

Upvotes: 2

Views: 324

Answers (1)

nlawson
nlawson

Reputation: 11620

No, the local data is not removed when the app updates.

Upvotes: 4

Related Questions