I have an app with version 1.0 on app store which uses sqlite database. i already have some users of my app . Now I want to update my version to 1.1 with update in database file. when any user update the app, the database also get updated according the current version without deleting the version 1.0 sqlite data. I am using FMDB framework for database.
Asked
Active
Viewed 937 times
1
-
possible duplicate of this question http://stackoverflow.com/questions/8794397/sqlite-database-update-when-app-version-changes-on-appstore-in-iphone – Premal Khetani Apr 29 '16 at 10:50
-
i want answer in swift... – Rahul singh Apr 29 '16 at 10:55
-
2What you want is to understand how it works. Then you'll be able to write an implementation in Swift or anything else. – Eric Aya Apr 29 '16 at 11:06