Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in unzip IOS #62

Open
DaleBakker opened this issue Aug 9, 2016 · 0 comments
Open

Issue in unzip IOS #62

DaleBakker opened this issue Aug 9, 2016 · 0 comments

Comments

@DaleBakker
Copy link

Below is a sample of the code, It runs perfectly fine on Android, however when run it on IOS I get the fallowing error "Error occurred during unzipping - failed to open zip file"
`var downloadsPath = cordova.file.dataDirectory +"downloads";
var testName = "testName";
var downloadedTestPath = cordova.file.dataDirectory +"downloadedTests";

$cordovaZip.unzip(downloadsPath + "/" + testName + ".zip", downloadedTestPath).then(function () {
console.log("Sanity Check - Unzip Success");
})`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant