0

I'm downloading and saving audio files from a URL. I'm trying to ensure that I'm properly implementing my variables and am storing the files themselves properly.

Is there an ideal or standard way of declaring variables to receive audio data or storing these downloaded files? I'm planning on just using NSURLRequest and NSURLConnection to download and save the files to the file system. Maybe reference them using CoreData. Is this a fairly standard way of going about this, or should I change my approach?

Jackson Egan
  • 2,715
  • 4
  • 18
  • 26

1 Answers1

0

I don't believe there is anything special that you need to do for downloading audio files. I have myself downloaded and saved video and PDF files before, both in the same and usual way and didn't have any issues.
For reference you can check this question out: How to download audio/video files from internet and store in iPhone app? It has a very nice detailed answer.
Hope this helps.

Community
  • 1
  • 1
zambrey
  • 1,452
  • 13
  • 21