update iphone application behaviour
Posted
by Jim
on Stack Overflow
See other posts from Stack Overflow
or by Jim
Published on 2010-03-23T06:31:47Z
Indexed on
2010/03/23
6:33 UTC
Read the original article
Hit count: 235
Hi,
I developed one database related application for iPhone device(SQlite database). Now i want to update that application with more features(I want to push an update for the same application).
Here i am more concerned about the user data while pushing the update so my question is if i will push an update then does the update will clear all the data that is stored in .sqlite file?
if this is case then how to push application update without modifying the previous data in the database file?
Please suggest.
Thanks,
Jim.
© Stack Overflow or respective owner