I am looking at the NSFileWrapper class, that combines many files into one logical file on iOS. (demo)
How do other platforms interact with this format? What occurs when this document type is sent over email/http?
I am looking at the NSFileWrapper class, that combines many files into one logical file on iOS. (demo)
How do other platforms interact with this format? What occurs when this document type is sent over email/http?
Copyright © 2021 Jogjafile Inc.
When exporting a bundle document, you should compress it into a ZIP file. You can save the ZIP file with the same extension as your document format uses, but obviously that means your app will need to handle both the uncompressed and compressed variants of your file type. I asked a similar question to Apple Developer Technical Support, and they responded with the following: