in my application users can load content from my server. Then this content stored in
EDIT: application bundle, NSLibraryDirectory
so when I release new version and user updates application, all content is lost and users should load it again.
How can I store the content in order not to lose it when update?
I don’t even know how you can write to the application bundle.(Obsolete after your edit.) You should store the content in the application documents directory. It should stay there and persist through the updates.