@
@
@coder2014-10-29 13:02:29
iOS
@coder, 2014-10-29 13:02:29

Are resources recopied when the app is updated?

If I roll out a new build and update a resource in it ( sqlite3 db for example ) - it is copied again, or I need to migrate to an already copied database (the one that was copied when installing the application)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
An, 2014-10-29
@Flanker_4

If the resource is in the application bundle, then it will be copied and you, accordingly, do not need to do anything.
If your resource was in the Documents\Cache\ etc folder, then you will have to bother with migration (as is done in the case of core data)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question