How to test an iPhone application update?

Posted by sfkaos on Stack Overflow See other posts from Stack Overflow or by sfkaos
Published on 2010-03-26T15:17:46Z Indexed on 2010/03/26 15:53 UTC
Read the original article Hit count: 126

Filed under:
|
|
|

I already have an iPhone application (version 1.0) available in the App Store and am ready to submit a newer version (version 1.1). How do I test the new upgrade to make sure that the current sqlite database and property list files on the earlier version do not get deleted/overwritten etc? The new version assumes the old data in both the sqlite database and property lists remain.

Or better yet, is there a resource I can use to walk me through what to watch for when developing an application update?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about sqlite