AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
This line of code does not seem to work on the iPad - does the iPad have the hardware required to vibrate?
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
This line of code does not seem to work on the iPad - does the iPad have the hardware required to vibrate?
It doesn't have a physical vibrate mechanism, it doesn't appear in the specs: http://www.apple.com/ipad/specs/
Also take a look at http://forums.macrumors.com/showthread.php?t=890432