Archive for the ‘Simulator’

AVAudioPlayer on iPhone Simulator

With iPhone 2.2, AVAudioPlayer Class is introduced. AVAudioPlayer  simplifies making an object from a file, start/stop/pause media, volume control and looping.  You can find documentation of this class via Apple iPhone Developer site, here we will discuss an issue you’ll probably face while trying to use this class on simulator.  If you are facing problem, playing your media with AVAudioPlayer [...]