I’m developing iphone app which take pictures and store it in iphone (within app folder) and picture name and other information stored in sqllite database.
If in future, I will release new version of iphone app then does it delete old pictures and update database?
Thanks,
Priya
No, your data will be intact after upgrade.
Of course you will have to properly migrate the database if you made changes.
Also, I would recommend using Core Data instead of SQLite directly.