
hello
is it possible to active vibration from code ?
if yes give me solution!!!

hiii
To trigger vibration in iPhone, use System Audio Services (AudioToolbox/AudioServices.h).
Call the AudioServicesPlaySystemSound function with the kSystemSoundID_Vibrate constant as an
argument. Vibration takes place for a fixed duration.