Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate sql data in iPhone applications

Tags:

sqlite

ios

iphone

I have two applications first one is application1 and second application1+ and how to migrate the data for application1 and application1+ from these respective old versions to the new versions

like image 314
Chandra Sekhar Avatar asked Dec 04 '25 16:12

Chandra Sekhar


1 Answers

You should check out on first new app start is there an SQLite database with old format of data. If so - just create new SQLite database, get data from old database and put it into the new database. After that destroy old database file.

like image 120
Maxim Mikheev Avatar answered Dec 06 '25 05:12

Maxim Mikheev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!