I use below code for play sound
NSURL* musicFile = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@\"01\" ofType:@\"mp3\"]]; AVAudioPlayer *a
audioPlayer.numberOfLoops = someNumber;
or for "infinite" number of loops:
audioPlayer.numberOfLoops = -1;