I am looking for an easy way to decompress a gzip-compressed file on iOS. I found the libs "SSZipArchive" and "Objective-Zip" but I can't get neither to work.
My impression is that both try to handle my file as a zip archive and therefore fail to handle my gz
file. (How can I prove my assumption to be true?)
Do I have to use other methods to tell either one that I have a gzip compressed file?