-(IBAction)playSound{ AVAudioPlayer *myExampleSound; NSString *myExamplePath = [[NSBundle mainBundle] pathForResource:@\"myaudiofile\" ofType:@\"caf\"]; myExampleS
AudioServicesPlaySystemSound is an option. Tutorial here, sample code here.
AudioServicesPlaySystemSound