"apps must follow the ios data storage guidelines or they will be rejected in app that contains .sqlite3" Code Answer
5
2.23 means that you should only put stuff into /documents that cannot be re-downloaded from the internet. i.e. user-generated files. everything that can be re-downloaded should be in library/caches.
the reason for this rule is that /documents gets backed up and users don't like if you waste their precious iclould backup space.
2.23 means that you should only put stuff into /documents that cannot be re-downloaded from the internet. i.e. user-generated files. everything that can be re-downloaded should be in library/caches.
the reason for this rule is that /documents gets backed up and users don't like if you waste their precious iclould backup space.