It kind of depends how you're doing things. If the DB is in the bundle only (so read only in that case) then you shouldn't have any problems. But because you are having problems I assume that you copy the DB over to the home directory. Depending on your code, it will either overwrite it everytime or check if it exists and if so, not overwrite. Please post your code (probably in the app delegate) for when the DB gets copied.
|