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?