AVAudioPlayer returns success but no sound from device
I have a very simple app that I have built to test out AVAudioPlayer. I have a 16s aif file that plays just fine on my Mac. Put it in a simple app and ran on my iPhone but no sound. Sending 'play' to the object returns success and audioPlayerDidFinishPlaying comes back with success after 16 seconds. Still no sound. Have checked the sound volume on the iPhone, just fine. Have checked to make sure my AVAudioPlayer object has volume set at 1.0 - it does. Can anybody help? Here's my code NSString *soundPath = [[NSBundle mainBundle] pathForResource:@"Soothing" ofType:@"aif"]; NSURL *playURL =