我正在使用以下代码在我的应用程序中播放声音
SystemSoundID soundID;
AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource: @"sound" ofType:@"mp3"]], &soundID);
AudioServicesPlaySystemSound (soundID);
它在iOS 7及更高版本中运行良好,但它不能在iOS 6.0.1上运行的iPod上播放
答案 0 :(得分:0)
这是模拟器本身的问题。如果您在设备上启动应用程序,一切正常