tags:

views:

108

answers:

2

How to make vibration effect in ipod.

Can any one help me?

Thanks in advance..

+2  A: 

From the System Sound Services reference at Apple's documentation:

Vibration is available only on the iPhone.

and

On the iPhone, you can pass the kSystemSoundID_Vibrate constant to invoke vibration. On an iPod touch, calling this function with that constant does nothing.

So no, you can't program an iPod touch to vibrate.

BoltClock
A: 

The iPod Touch doesn't have a vibration motor. It's impossible to make the iPod Touch vibrate.

Jasarien