How to get the iPhone to vibrate using one of the functions available in the AudioToolbox.h source file.
#import <AudioToolbox/AudioToolbox.h>
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
How to get the iPhone to vibrate using one of the functions available in the AudioToolbox.h source file.
#import <AudioToolbox/AudioToolbox.h>
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);