Is it possible to distribute an app that has files in NSDocumentDirectory?
Posted
by iter
on Stack Overflow
See other posts from Stack Overflow
or by iter
Published on 2010-05-03T04:09:38Z
Indexed on
2010/05/03
4:18 UTC
Read the original article
Hit count: 297
iphone
|objective-c
I know how to put files into a bundle. These are read-only; the user cannot modify them at runtime.
I know how to write files NSDocumentDirectory
at runtime. These are read-write.
I know I can copy files from a bundle into NSDocumentDirectory
the first time my app starts up.
I am wondering if there is a way to package writeable files directly with an application.
© Stack Overflow or respective owner