Nikola Svitlica created CB-11736:
------------------------------------
Summary: cordova-file unable to write in subdirectory on iOS
Key: CB-11736
URL: https://issues.apache.org/jira/browse/CB-11736
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 3.5.0
Reporter: Nikola Svitlica
Priority: Blocker
Cordova file is unable to write into subdirectory.
Same code works on Android.
Steps:
1. Create directory in some writeable location, eg:
- android: window.cordova.file.externalDataDirectory
- ios: window.cordova.file.tempDirectory
2. Create empty file / write file into that directory
-> Result:
Android creates directory, creates file
IOS creates directory, unable to create file. Error code is 5.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]