Hi all,
I'm working on a FileProvider extension and currently using a library to do networking. However, my app extension gets killed when uploading files because they are loaded into memory.
Now, in WWDC 2017 session 243 (FileProvider Enhancements) it is mentioned that an URLSessionDownloadTask and URLSessionUploadTask are the way to go because they don't use memory allocations. Is that a guarantee? Or does it differ per instantiation method (InputStream, Data, fileURL)?