views:

228

answers:

1

Hi. How can I set iPhone to vibrate while playing the sound.

The code I use plays the sound firts and then vibrates or vice-versa.

Thanks

+1  A: 

You can simply use

AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
gcamp
Did you have success vibrating the iPhone while playing audio?
Sney