我正在制作一个即使iPhone处于静音模式也需要播放声音的应用程序,但是使用我现在拥有的代码(查看本文底部)如果iPhone处于静音模式则它不会播放声音.我正在使用以下代码:Viewcontroller.h:@interfaceSoundViewController:UIViewController{SystemSoundIDSoundID;NSString*listPath;}ViewController.m:CFBundleRefmainBundle=CFBundleGetMainBundle();CFURLRefsoundFileURLRef;soundFileURLRef=CF