Question

I want to create a vibration but not of the normal length

Was it helpful?

Solution

It can't be done with the official SDK. The only way to trigger vibration is using a call to the following function, which unfortunately does not take any other parameters.

AudioServicesPlayAlertSound(kSystemSoundID_Vibrate) 

Maybe there's a way to do it for jailbroken iPhones, but no that I'm aware of.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top