Using v611, I download files to the Documents directory using network.download (from a local wb server). On the device (iPhone 4, iOS 4.3.5) I get a lot of errors like:
Sep 13 17:48:13 unknown sandboxd[665] : iPhoneTest.m(663) deny file-write-create /ase-nav.css
The actual file does not exist according to io.open it is a nil value. Any thoughts?
The call I make is:
network.download(source_file,“GET”,networkListener,destination,system.DocumentsDirectory)
with destination “ase-nav.css”
Any clues greatly appreciated - I must be missing something obvious. The simulator runs fine
–M [import]uid: 5822 topic_id: 15062 reply_id: 315062[/import]