how to fetch the details of the audio file in iPhone
I made the custom player by using AVAudioPlayer. Now, I want to fetch the details of the audio file such as artist name,album name,etc which is added in the resource folder. MPMusicPlayer provides the API for fetching the details but its using iPod library and its not taking the resource from sandbox of application. So, MPMusicPlayer is not going to work in that scenario. So, how can we fetch the details of audio file in iPhone. You can get this information through the AudioToolbox.framework . The AudioToolbox.framework is a C API, so I wrote an Objective-C wrapper for it: ID3Tag .h: