I have been trying to get my device to vibrate more than once when my app is in the BACKGROUND. I do get one vibration only using the UILocalNotification presentLocalNotification api. All the questions I have read on stackoverflow related to this on stackoverflow says that it can't be vibrated more than once (and its against Apple policies if done so).
But in this video http://www.youtube.com/watch?v=AHtDMqOJeNk#t=38 the jabber app does it quiet nicely. Any idea how it is done ?
[Update] - all the answers below are for apps to vibrate more than once when in the foreground. I need it to vibrate in the background.