Questions tagged [iphone-vibrate]

Refers to the vibration of the iPhone.

Refers to the vibration process of the iPhone, and the methods and options which are available to control it, as well as the events that trigger the vibration itself.

52 questions
0
votes
1 answer

Vibrate phone when void function called

I've seen other answers on how to get the phone to vibrate, but I just can't get this thing to work. Can anyone help me? My steps: Added the AudioToolbox framework (AudioToolbox.framework) to my target in Build Phases. #import…
Realinstomp
  • 532
  • 2
  • 13
  • 30
0
votes
2 answers

iPhone how to override default settings programmatically

In iPhone, how to override default setting of vibrate and sound programmatically?
Maddy
  • 345
  • 1
  • 3
  • 10
0
votes
1 answer

vibration in iphone

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
George Asda
  • 2,119
  • 2
  • 28
  • 54
0
votes
2 answers

How to detect whether iPhone is vibrating or not?

I want to write an app that does something whenever the iPhone vibrates (receives phone call, text on vibrate mode). Is there anyway to detect whether the iPhone is vibrating (i.e. handle a "vibrate" event)? Thanks for the help!
-1
votes
1 answer

make phone vibrate on UIButton click

I was trying to implement vibration functionality on the click of UIButton with following line of code: import AudioToolbox AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate)) But nothing happens. if someone has an experience…
Minkle Garg
  • 723
  • 3
  • 9
  • 35
-1
votes
2 answers

Can we create custom vibration in iPhone and search location of incoming call

I want to create an app that respond different on income call from contact list. I need to create custom vibration alert for different person. Can we detect incoming call location during its vibrating?
Sandeep
  • 11
  • 3
-2
votes
1 answer

Local notification to vibrate without sound

My goal is to have a local notification vibrate the phone without sound. I have been googling around and am leaning towards using a sound file that is a blank (nothing to hear) sound. But I am curious if there is a better way?
core
  • 33
  • 1
  • 4
1 2 3
4