ofxIO Zip on iOS

Hi there,

I’m not well versed at all with encoding and compression, I’m trying to zip a folder on iOS, in the past I’ve used the ZipArchive add-on, but I don’t think that’s supported any more, so I’m switching to ofxIO, I have had a look through the examples, and I’m unsure as to how to create a ZIP file. If you could point me in the right direction that’d be great, @bakercp ?

Many Thanks,
Miles

Also, just as an aside, ofxHTTP doesn’t seem to be working at the moment, will there be a fix coming out soon, or is there an alternative that I have missed?

Last I checked ofxHTTP was working. What issues are you having? As for the ZIP file – ofxIO just supports compressing / decompressing buffers. If you want to make “zip” files, you can use POCO directly. Just make sure you include ofxPoco.

Actually, could you post an issue @ ofxHTTP if you’re having an issue.

ah ok, great thanks. Ill use ofxPoco. I’ll open up an issue on Github re ofxHTTP now