ZipArchive can't unzip a larger zip file on the Device (ipad) ? It works on the simulator, but doesn't on the ipad. The zip file is about 60MB.
It doesn't show any error message and just retuan 0 (use UnzipFileTo method)
Thanks very much!
|
ZipArchive can't unzip a larger zip file on the Device (ipad) ? It works on the simulator, but doesn't on the ipad. The zip file is about 60MB. It doesn't show any error message and just retuan 0 (use UnzipFileTo method) Thanks very much!
| ||||
feedback
|
|
Just a guess: You may have a memory problem. If you can try to cache data on the disk. | |||
|
feedback
|