I have a JSON object that contains some NSData. The NSData is a zip file that I have to unzip and store and utilize the files locally in my app.
I think I can use something like ZipArchive for the unzipping, but I'm not sure how to convert the NSData to a file that I can unzip.
Does anyone know how to handle this sort of issue?