Is there any way I can save several files to a kind of bundle/package/container inside an iOS app. I want to store the database, images, textfiles, etc on it but want to be able to backup/send/share that single bundle/container when needed.
I currently save a reference of the stored image and text file for entries in the sqlite database but it will be easier to just backup a single file instead of a bunch of files.