我正在尝试使用AudioServicesPlaySystemSound(kSystemSoundID_Vibrate)振动iPhone,同时使用MediaPlayer框架播放iPod音乐,但是在播放音乐时我无法振动。我可以使用以下代码在iPod音乐的同时播放声音,但振动似乎不起作用。
[musicPlayerController play]; // play the iPod music
AudioServicesPlaySystemSound(mySoundFileID); // this function works fine -- it plays an aif sound while the music is playing
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); // But this line doesn't do anything!
有人对我有什么建议吗?非常感谢!
答案 0 :(得分:1)
您是否在iphone设置中检查了声音设置?如果声音关闭,您需要在声音下将振动更改为ON。