You can use
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
Note that you need to add the AudioToolbox framework and import the following header file:
#import <AudioToolbox/AudioServices.h>
You can use
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
Note that you need to add the AudioToolbox framework and import the following header file:
#import <AudioToolbox/AudioServices.h>