0

Iam new to iphone development.

I have binary data(audio file content) in a NSData variable and i want to write that to a file in device.

Can anyone share me a snippet or links of how can i do the same.

Thanks in Advance, Dinesh

Dinesh
  • 113
  • 2
  • 13

1 Answers1

0

You can easily use :

writeToURL:atomically:
writeToFile:atomically:
Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140