Is there a way to reduce the vibration time in iphone when calling
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
At the time is 2 seconds and I need it to be 0.5 sec. thanks
Is there a way to reduce the vibration time in iphone when calling
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
At the time is 2 seconds and I need it to be 0.5 sec. thanks
Unfortunately, custom vibration is not possible using the official SDK.
For iOS 6 private API, see this answer: https://stackoverflow.com/a/13047464/983912