Greetings,
I have an app were the sounds play find on iPhone but on iPad..no sound at all.
Here's a code snippet:
self.player = [[AVAudioPlayer alloc] initWithContentsOfURL: [NSURL fileURLWithPath:filePath] error:nil];
[self.player play];
Any hints as to why no sound on iPad? Other apps on the same iPad play sounds fine. And/or ways to track down the error?