After creating a background service using 'registerBackgroundService', I am trying to make the iphone vibrate. It is not working. I can see that my code is running without error, but still no vibration.
Is vibrate specifically blocked when an app is backgrounded?
I am using 'Titanium.Media.vibrate();', but it is not working.
Any ideas?