I want to create iPhone app that can play mp3 files that stored outside app bundle. The mp3 files that I want to access are stored in iPhone hard disk such as mp3 files that stored in iTunes_Control folder.
I want to retrieve these files from iTunes_Control folder in order to make a playlist and play them in my application without copy them into the application bundle. Do you have any idea how to solve this requirement?
Thank you very much.