-->

iPhone Vibrate While playing sound

2019-09-14 00:10发布

问题:

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:

You can simply use

AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);