Make your iPhone vibrate

One thing that took me a while to find out, was how to make an iPhone vibrate. In the end I found out that it is in the audio APIs, and it is just the one line of code.

AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);