Hi
Is there some specific zip compression that is recommended? I am having huge problems on zip plugin and the success of my app largely depends on solving these issues.
Simply put, zip plugin will sometimes unpack entire archive, sometimes just a part of it - and I am talking about the same zip file that sometimes will extract correctly, and sometimes not. I am having large archives (~400Mb) with files structured in subfolders.
I didn’t find any correlation between the code and the behaviour of the zip plugin. I run the app in Simulator, and the zip will extract correctly. Then I run it again, without changing either code or zip file, and it will only extract a few files (notably the first subfolder only, and one file in the subfolder).
I am running Corona 2013.1137, and zip files I produced both via OSX and using BetterZip, and the problem persist (additionally, if I compress using OSX finder, I’ll get an ugly resource fork __MACOSX folder too, but this doesn’t affect the results of the zip plugin).
Any ideas?
Thanks