0
播放MP3,我用這個方法來播放MP3在我的應用程序的聲音:SystemSoundID要在iPad上
SystemSoundID soundID;
AudioServicesCreateSystemSoundID((CFURLRef)filePath, &soundID);
AudioServicesPlaySystemSound(soundID);
它播放MP3的iPhone4和iPod的4聲,但在我的iPad也不會播放。