如何在播放音乐时振动iPhone

时间:2010-07-07 04:18:08

标签: iphone vibrate vibration iphone-vibrate

我正在尝试使用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!

有人对我有什么建议吗?非常感谢!

1 个答案:

答案 0 :(得分:1)

您是否在iphone设置中检查了声音设置?如果声音关闭,您需要在声音下将振动更改为ON。