Actually to vibrate the iphone I do AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);
but it's a little too strong (or too long), I want something more sweet. How can I do it ?
Asked
Active
Viewed 54 times
0

noa
- 59
- 8
-
Have you tried this https://stackoverflow.com/questions/19822295/intensity-of-custom-iphone-vibration – Sourav Sachdeva Oct 15 '17 at 19:46
-
as far as i know we need to call AudioServicesStopSystemSound to stop the vibration, and this i quite problematic :( – noa Oct 15 '17 at 20:24